Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/infiniband/sw/siw/
Dsiw_qp_rx.c357 wqe = rx_wqe(&qp->rx_untagged); in siw_rqe_get()
439 wqe = rx_wqe(frx); in siw_proc_send()
560 struct siw_wqe *wqe = rx_wqe(frx); in siw_proc_write()
757 wqe = rx_wqe(&qp->rx_tagged); in siw_orqe_start_rx()
790 struct siw_wqe *wqe = rx_wqe(frx); in siw_proc_rresp()
1222 struct siw_wqe *wqe = rx_wqe(qp->rx_fpdu); in siw_rdmap_complete()
Dsiw.h476 #define rx_wqe(rctx) (&(rctx)->wqe_active) macro