Home
last modified time | relevance | path

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

/linux/arch/powerpc/platforms/pseries/
A Dvas.c220 txwin->fault_virq = irq_create_mapping(NULL, txwin->fault_irq); in allocate_setup_window()
229 if (!txwin->name) { in allocate_setup_window()
236 txwin->name, txwin); in allocate_setup_window()
239 txwin->vas_win.winid, txwin->fault_virq, rc); in allocate_setup_window()
247 kfree(txwin->name); in allocate_setup_window()
257 free_irq(txwin->fault_virq, txwin); in free_irq_setup()
258 kfree(txwin->name); in free_irq_setup()
271 txwin = kzalloc(sizeof(*txwin), GFP_KERNEL); in vas_allocate_window()
272 if (!txwin) in vas_allocate_window()
378 free_irq_setup(txwin); in vas_allocate_window()
[all …]
/linux/arch/powerpc/platforms/powernv/
A Dvas-window.c79 txwin->vas_win.winid); in map_paste_region()
956 if (txwin->vinst->virq) in init_winctx_for_txwin()
963 if (txwin->vinst->virq) in init_winctx_for_txwin()
1030 if (IS_ERR(txwin)) { in vas_tx_win_open()
1031 rc = PTR_ERR(txwin); in vas_tx_win_open()
1036 txwin->tx_win = 1; in vas_tx_win_open()
1037 txwin->rxwin = rxwin; in vas_tx_win_open()
1038 txwin->nx_win = txwin->rxwin->nx_win; in vas_tx_win_open()
1054 if (!txwin->user_win) { in vas_tx_win_open()
1055 txwin->paste_kaddr = map_paste_region(txwin); in vas_tx_win_open()
[all …]
/linux/arch/powerpc/platforms/book3s/
A Dvas-api.c53 struct vas_window *txwin; member
284 struct vas_window *txwin; in coproc_ioc_tx_win_open() local
292 if (cp_inst->txwin) in coproc_ioc_tx_win_open()
313 if (IS_ERR(txwin)) { in coproc_ioc_tx_win_open()
315 PTR_ERR(txwin)); in coproc_ioc_tx_win_open()
316 return PTR_ERR(txwin); in coproc_ioc_tx_win_open()
319 cp_inst->txwin = txwin; in coproc_ioc_tx_win_open()
329 if (cp_inst->txwin) { in coproc_release()
336 cp_inst->txwin = NULL; in coproc_release()
362 txwin = cp_inst->txwin; in coproc_mmap()
[all …]
/linux/drivers/crypto/nx/
A Dnx-common-powernv.c566 struct vas_window *txwin; in nx842_exec_vas() local
686 struct vas_window *txwin = NULL; in nx_alloc_txwin() local
700 if (IS_ERR(txwin)) in nx_alloc_txwin()
702 PTR_ERR(txwin)); in nx_alloc_txwin()
704 return txwin; in nx_alloc_txwin()
735 if (IS_ERR(txwin)) in nx_open_percpu_txwins()
736 return PTR_ERR(txwin); in nx_open_percpu_txwins()
998 struct vas_window *txwin; in nx_delete_coprocs() local
1005 txwin = per_cpu(cpu_txwin, i); in nx_delete_coprocs()
1006 if (txwin) in nx_delete_coprocs()
[all …]

Completed in 11 milliseconds