Home
last modified time | relevance | path

Searched refs:SIW_WR_IDLE (Results 1 – 5 of 5) 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()
271 if (unlikely(wqe->wr_status != SIW_WR_IDLE)) { in siw_qp_mpa_rts()
313 wqe->wr_status = SIW_WR_IDLE; in siw_qp_mpa_rts()
721 if (tx_wqe(qp)->wr_status == SIW_WR_IDLE) { in siw_qp_nextstate_from_rts()
775 if (tx_wqe(qp)->wr_status != SIW_WR_IDLE) in siw_qp_nextstate_from_term()
791 WARN_ON(tx_wqe(qp)->wr_status != SIW_WR_IDLE); in siw_qp_nextstate_from_close()
809 if (tx_wqe(qp)->wr_status != SIW_WR_IDLE) in siw_qp_nextstate_from_close()
969 wqe->wr_status = SIW_WR_IDLE; in siw_activate_tx_from_sq()
1214 if (wqe->wr_status != SIW_WR_IDLE) { in siw_sq_flush()
1231 wqe->wr_status = SIW_WR_IDLE; in siw_sq_flush()
[all …]
H A Dsiw_qp_rx.c683 if (tx_work->wr_status == SIW_WR_IDLE) { in siw_init_rresp()
792 if (unlikely(wqe->wr_status != SIW_WR_IDLE)) { in siw_proc_rresp()
1215 if (wqe->wr_status == SIW_WR_IDLE) in siw_rdmap_complete()
1250 if (wqe->wr_status == SIW_WR_IDLE) in siw_rdmap_complete()
1303 if (wqe->wr_status == SIW_WR_IDLE) in siw_rdmap_complete()
1321 wqe->wr_status = SIW_WR_IDLE; in siw_rdmap_complete()
H A Dsiw_qp_tx.c797 if (unlikely(wqe->wr_status == SIW_WR_IDLE)) in siw_qp_sq_proc_tx()
1080 wqe->wr_status = SIW_WR_IDLE; in siw_qp_sq_process()
1163 wqe->wr_status = SIW_WR_IDLE; in siw_qp_sq_process()
1284 if (tx_wqe(qp)->wr_status == SIW_WR_IDLE) in siw_sq_start()
H A Dsiw.h181 SIW_WR_IDLE, enumerator
H A Dsiw_verbs.c952 if (wqe->wr_status != SIW_WR_IDLE) { in siw_post_send()