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

/linux-master/drivers/infiniband/sw/siw/
H A Dsiw_qp.c154 if (tx_wqe(qp)->wr_status == SIW_WR_IDLE)
265 struct siw_wqe *wqe = tx_wqe(qp);
407 if (tx_wqe(qp)->wr_status == SIW_WR_INPROGRESS) {
409 tx_type(tx_wqe(qp)));
465 struct siw_wqe *wqe = tx_wqe(qp);
721 if (tx_wqe(qp)->wr_status == SIW_WR_IDLE) {
775 if (tx_wqe(qp)->wr_status != SIW_WR_IDLE)
791 WARN_ON(tx_wqe(qp)->wr_status != SIW_WR_IDLE);
809 if (tx_wqe(qp)->wr_status != SIW_WR_IDLE)
887 struct siw_wqe *wqe = tx_wqe(q
[all...]
H A Dsiw.h473 #define tx_wqe(qp) (&(qp)->tx_ctx.wqe_active) macro
H A Dsiw_qp_rx.c658 struct siw_wqe *tx_work = tx_wqe(qp);
1132 struct siw_wqe *tx_waiting = tx_wqe(qp);
H A Dsiw_qp_tx.c1020 struct siw_wqe *wqe = tx_wqe(qp);
1282 if (tx_wqe(qp)->wr_status == SIW_WR_IDLE)
H A Dsiw_verbs.c760 struct siw_wqe *wqe = tx_wqe(qp);

Completed in 122 milliseconds