Home
last modified time | relevance | path

Searched refs:SIW_WR_IDLE (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()
268 if (unlikely(wqe->wr_status != SIW_WR_IDLE)) { in siw_qp_mpa_rts()
309 wqe->wr_status = SIW_WR_IDLE; in siw_qp_mpa_rts()
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()
1012 wqe->wr_status = SIW_WR_IDLE; in siw_activate_tx()
1198 if (wqe->wr_status != SIW_WR_IDLE) { in siw_sq_flush()
1215 wqe->wr_status = SIW_WR_IDLE; in siw_sq_flush()
[all …]
Dsiw_qp_rx.c682 if (tx_work->wr_status == SIW_WR_IDLE) { in siw_init_rresp()
787 if (unlikely(wqe->wr_status != SIW_WR_IDLE)) { in siw_proc_rresp()
1221 if (wqe->wr_status == SIW_WR_IDLE) in siw_rdmap_complete()
1256 if (wqe->wr_status == SIW_WR_IDLE) in siw_rdmap_complete()
1307 if (wqe->wr_status == SIW_WR_IDLE) in siw_rdmap_complete()
1325 wqe->wr_status = SIW_WR_IDLE; in siw_rdmap_complete()
Dsiw_qp_tx.c788 if (unlikely(wqe->wr_status == SIW_WR_IDLE)) in siw_qp_sq_proc_tx()
1065 wqe->wr_status = SIW_WR_IDLE; in siw_qp_sq_process()
1148 wqe->wr_status = SIW_WR_IDLE; in siw_qp_sq_process()
1243 if (tx_wqe(qp)->wr_status == SIW_WR_IDLE) in siw_sq_start()
Dsiw.h195 SIW_WR_IDLE, enumerator
Dsiw_verbs.c865 if (wqe->wr_status != SIW_WR_IDLE) { in siw_post_send()