Home
last modified time | relevance | path

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

/Linux-v5.10/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.c683 if (tx_work->wr_status == SIW_WR_IDLE) { in siw_init_rresp()
788 if (unlikely(wqe->wr_status != SIW_WR_IDLE)) { in siw_proc_rresp()
1222 if (wqe->wr_status == SIW_WR_IDLE) in siw_rdmap_complete()
1257 if (wqe->wr_status == SIW_WR_IDLE) in siw_rdmap_complete()
1308 if (wqe->wr_status == SIW_WR_IDLE) in siw_rdmap_complete()
1326 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()
1072 wqe->wr_status = SIW_WR_IDLE; in siw_qp_sq_process()
1155 wqe->wr_status = SIW_WR_IDLE; in siw_qp_sq_process()
1250 if (tx_wqe(qp)->wr_status == SIW_WR_IDLE) in siw_sq_start()
Dsiw.h184 SIW_WR_IDLE, enumerator
Dsiw_verbs.c912 if (wqe->wr_status != SIW_WR_IDLE) { in siw_post_send()