Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/infiniband/sw/siw/
Dsiw_qp.c151 if (tx_wqe(qp)->wr_status == SIW_WR_IDLE) in siw_qp_llp_close()
262 struct siw_wqe *wqe = tx_wqe(qp); in siw_qp_mpa_rts()
403 if (tx_wqe(qp)->wr_status == SIW_WR_INPROGRESS) { in siw_send_terminate()
405 tx_type(tx_wqe(qp))); in siw_send_terminate()
461 struct siw_wqe *wqe = tx_wqe(qp); in siw_send_terminate()
717 if (tx_wqe(qp)->wr_status == SIW_WR_IDLE) { in siw_qp_nextstate_from_rts()
771 if (tx_wqe(qp)->wr_status != SIW_WR_IDLE) in siw_qp_nextstate_from_term()
787 WARN_ON(tx_wqe(qp)->wr_status != SIW_WR_IDLE); in siw_qp_nextstate_from_close()
805 if (tx_wqe(qp)->wr_status != SIW_WR_IDLE) in siw_qp_nextstate_from_close()
889 struct siw_wqe *wqe = tx_wqe(qp); in siw_activate_tx()
[all …]
Dsiw_qp_tx.c1007 struct siw_wqe *wqe = tx_wqe(qp); in siw_qp_sq_process()
1243 if (tx_wqe(qp)->wr_status == SIW_WR_IDLE) in siw_sq_start()
Dsiw.h493 #define tx_wqe(qp) (&(qp)->tx_ctx.wqe_active) macro
Dsiw_qp_rx.c661 struct siw_wqe *tx_work = tx_wqe(qp); in siw_init_rresp()
1140 struct siw_wqe *tx_waiting = tx_wqe(qp); in siw_check_tx_fence()
Dsiw_verbs.c701 struct siw_wqe *wqe = tx_wqe(qp); in siw_post_send()