Home
last modified time | relevance | path

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

/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()
310 wqe->wr_status = SIW_WR_IDLE; in siw_qp_mpa_rts()
718 if (tx_wqe(qp)->wr_status == SIW_WR_IDLE) { in siw_qp_nextstate_from_rts()
772 if (tx_wqe(qp)->wr_status != SIW_WR_IDLE) in siw_qp_nextstate_from_term()
788 WARN_ON(tx_wqe(qp)->wr_status != SIW_WR_IDLE); in siw_qp_nextstate_from_close()
806 if (tx_wqe(qp)->wr_status != SIW_WR_IDLE) in siw_qp_nextstate_from_close()
966 wqe->wr_status = SIW_WR_IDLE; in siw_activate_tx_from_sq()
1211 if (wqe->wr_status != SIW_WR_IDLE) { in siw_sq_flush()
1228 wqe->wr_status = SIW_WR_IDLE; in siw_sq_flush()
[all …]
Dsiw_qp_rx.c687 if (tx_work->wr_status == SIW_WR_IDLE) { in siw_init_rresp()
796 if (unlikely(wqe->wr_status != SIW_WR_IDLE)) { in siw_proc_rresp()
1235 if (wqe->wr_status == SIW_WR_IDLE) in siw_rdmap_complete()
1270 if (wqe->wr_status == SIW_WR_IDLE) in siw_rdmap_complete()
1323 if (wqe->wr_status == SIW_WR_IDLE) in siw_rdmap_complete()
1341 wqe->wr_status = SIW_WR_IDLE; in siw_rdmap_complete()
Dsiw_qp_tx.c808 if (unlikely(wqe->wr_status == SIW_WR_IDLE)) in siw_qp_sq_proc_tx()
1092 wqe->wr_status = SIW_WR_IDLE; in siw_qp_sq_process()
1175 wqe->wr_status = SIW_WR_IDLE; in siw_qp_sq_process()
1270 if (tx_wqe(qp)->wr_status == SIW_WR_IDLE) in siw_sq_start()
Dsiw.h183 SIW_WR_IDLE, enumerator
Dsiw_verbs.c951 if (wqe->wr_status != SIW_WR_IDLE) { in siw_post_send()