Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/sw/siw/
H A 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()
H A Dsiw.h185 SIW_WR_QUEUED, /* processing has not started yet */ enumerator
H A Dsiw_qp_rx.c694 tx_work->wr_status = SIW_WR_QUEUED; in siw_init_rresp()
1166 if (unlikely(tx_waiting->wr_status != SIW_WR_QUEUED)) { in siw_check_tx_fence()
H A Dsiw_qp_tx.c815 if (wqe->wr_status == SIW_WR_QUEUED) { in siw_qp_sq_proc_tx()