Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/siw/
H A Dsiw_qp_rx.c658 struct siw_wqe *tx_work = tx_wqe(qp); in siw_init_rresp()
1131 struct siw_wqe *tx_waiting = tx_wqe(qp); in siw_check_tx_fence()
H A Dsiw_qp_tx.c1025 struct siw_wqe *wqe = tx_wqe(qp); in siw_qp_sq_process()
1287 if (tx_wqe(qp)->wr_status == SIW_WR_IDLE) in siw_sq_start()
H A Dsiw.h472 #define tx_wqe(qp) (&(qp)->tx_ctx.wqe_active) macro