Searched refs:rxwin (Results 1 - 3 of 3) sorted by relevance

/linux-master/arch/powerpc/platforms/powernv/
H A Dvas-window.c566 static void put_rx_win(struct pnv_vas_window *rxwin) argument
569 WARN_ON_ONCE(rxwin->tx_win);
571 atomic_dec(&rxwin->num_txwins);
586 struct pnv_vas_window *rxwin; local
593 rxwin = vinst->windows[winid];
595 if (!rxwin || rxwin->tx_win || rxwin->vas_win.cop != VAS_COP_TYPE_FTW)
598 return rxwin;
610 struct pnv_vas_window *rxwin; local
686 init_winctx_for_rxwin(struct pnv_vas_window *rxwin, struct vas_rx_win_attr *rxattr, struct vas_winctx *winctx) argument
856 struct pnv_vas_window *rxwin; local
1000 struct pnv_vas_window *rxwin; local
[all...]
H A Dvas.h317 * and ->rxwin[] tables.
340 struct pnv_vas_window *rxwin[VAS_COP_TYPE_MAX]; member in struct:vas_instance
364 struct pnv_vas_window *rxwin; member in struct:pnv_vas_window
/linux-master/drivers/crypto/nx/
H A Dnx-common-powernv.c48 struct vas_window *rxwin; member in struct:nx_coproc::__anon326
768 struct vas_window *rxwin = NULL; local
842 rxwin = vas_rx_win_open(vasid, coproc->ct, &rxattr);
843 if (IS_ERR(rxwin)) {
844 ret = PTR_ERR(rxwin);
850 coproc->vas.rxwin = rxwin;
1010 if (coproc->vas.rxwin)
1011 vas_win_close(coproc->vas.rxwin);

Completed in 89 milliseconds