Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/siw/
H A Dsiw_qp.c154 if (tx_wqe(qp)->wr_status == SIW_WR_IDLE) in siw_qp_llp_close()
238 struct siw_wqe *wqe = tx_wqe(qp); in siw_qp_mpa_rts()
380 if (tx_wqe(qp)->wr_status == SIW_WR_INPROGRESS) { in siw_send_terminate()
382 tx_type(tx_wqe(qp))); in siw_send_terminate()
438 struct siw_wqe *wqe = tx_wqe(qp); in siw_send_terminate()
689 if (tx_wqe(qp)->wr_status == SIW_WR_IDLE) { in siw_qp_nextstate_from_rts()
743 if (tx_wqe(qp)->wr_status != SIW_WR_IDLE) in siw_qp_nextstate_from_term()
759 WARN_ON(tx_wqe(qp)->wr_status != SIW_WR_IDLE); in siw_qp_nextstate_from_close()
777 if (tx_wqe(qp)->wr_status != SIW_WR_IDLE) in siw_qp_nextstate_from_close()
855 struct siw_wqe *wqe = tx_wqe(qp); in siw_activate_tx_from_sq()
[all …]
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
H A Dsiw_verbs.c769 struct siw_wqe *wqe = tx_wqe(qp); in siw_post_send()