Home
last modified time | relevance | path

Searched refs:txwin (Results 1 – 1 of 1) sorted by relevance

/drivers/crypto/nx/
A Dnx-common-powernv.c564 struct vas_window *txwin; in nx842_exec_vas() local
684 struct vas_window *txwin = NULL; in nx_alloc_txwin() local
698 if (IS_ERR(txwin)) in nx_alloc_txwin()
700 PTR_ERR(txwin)); in nx_alloc_txwin()
702 return txwin; in nx_alloc_txwin()
733 if (IS_ERR(txwin)) in nx_open_percpu_txwins()
734 return PTR_ERR(txwin); in nx_open_percpu_txwins()
996 struct vas_window *txwin; in nx_delete_coprocs() local
1003 txwin = per_cpu(cpu_txwin, i); in nx_delete_coprocs()
1004 if (txwin) in nx_delete_coprocs()
[all …]

Completed in 6 milliseconds