Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/infiniband/sw/siw/
Dsiw_qp_rx.c359 wqe->wr_status = SIW_WR_INPROGRESS; in siw_rqe_get()
575 wqe->wr_status = SIW_WR_INPROGRESS; in siw_proc_write()
770 wqe->wr_status = SIW_WR_INPROGRESS; in siw_orqe_start_rx()
817 if (unlikely(wqe->wr_status != SIW_WR_INPROGRESS)) { in siw_proc_rresp()
Dsiw.h186 SIW_WR_INPROGRESS /* initiated processing of the WR */ enumerator
Dsiw_qp.c407 if (tx_wqe(qp)->wr_status == SIW_WR_INPROGRESS) { in siw_send_terminate()
Dsiw_qp_tx.c848 wqe->wr_status = SIW_WR_INPROGRESS; in siw_qp_sq_proc_tx()