Home
last modified time | relevance | path

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

/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dvas-window.c595 if (!rxwin || rxwin->tx_win || rxwin->vas_win.cop != VAS_COP_TYPE_FTW) in get_user_rxwin()
598 return rxwin; in get_user_rxwin()
617 rxwin = vinst->rxwin[cop] ?: ERR_PTR(-EINVAL); in get_vinst_rxwin()
619 if (!IS_ERR(rxwin)) in get_vinst_rxwin()
624 return rxwin; in get_vinst_rxwin()
754 if (rxwin->vinst->virq) in init_winctx_for_rxwin()
873 if (IS_ERR(rxwin)) { in vas_rx_win_open()
878 rxwin->tx_win = false; in vas_rx_win_open()
1024 if (IS_ERR(rxwin)) { in vas_tx_win_open()
1037 txwin->rxwin = rxwin; in vas_tx_win_open()
[all …]
H A Dvas.h340 struct pnv_vas_window *rxwin[VAS_COP_TYPE_MAX]; member
364 struct pnv_vas_window *rxwin; member
/openbmc/linux/drivers/crypto/nx/
H A Dnx-common-powernv.c48 struct vas_window *rxwin; member
768 struct vas_window *rxwin = NULL; in vas_cfg_coproc_info() local
842 rxwin = vas_rx_win_open(vasid, coproc->ct, &rxattr); in vas_cfg_coproc_info()
843 if (IS_ERR(rxwin)) { in vas_cfg_coproc_info()
844 ret = PTR_ERR(rxwin); in vas_cfg_coproc_info()
850 coproc->vas.rxwin = rxwin; in vas_cfg_coproc_info()
1010 if (coproc->vas.rxwin) in nx_delete_coprocs()
1011 vas_win_close(coproc->vas.rxwin); in nx_delete_coprocs()