Home
last modified time | relevance | path

Searched refs:SIW_WR_QUEUED (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/infiniband/sw/siw/
Dsiw_qp.c277 wqe->wr_status = SIW_WR_QUEUED; in siw_qp_mpa_rts()
895 wqe->wr_status = SIW_WR_QUEUED; in siw_activate_tx_from_sq()
1002 wqe->wr_status = SIW_WR_QUEUED; in siw_activate_tx()
1223 wqe->wr_status == SIW_WR_QUEUED)) in siw_sq_flush()
Dsiw_qp_rx.c690 tx_work->wr_status = SIW_WR_QUEUED; in siw_init_rresp()
1146 if (unlikely(tx_waiting->wr_status != SIW_WR_QUEUED)) { in siw_check_tx_fence()
Dsiw.h182 SIW_WR_QUEUED, /* processing has not started yet */ enumerator
Dsiw_qp_tx.c803 if (wqe->wr_status == SIW_WR_QUEUED) { in siw_qp_sq_proc_tx()