Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/infiniband/sw/siw/
Dsiw_qp_rx.c1132 struct siw_wqe *tx_waiting = tx_wqe(qp); in siw_check_tx_fence() local
1146 if (unlikely(tx_waiting->wr_status != SIW_WR_QUEUED)) { in siw_check_tx_fence()
1148 qp_id(qp), tx_waiting->wr_status); in siw_check_tx_fence()
1153 if (tx_waiting->sqe.opcode == SIW_OP_READ || in siw_check_tx_fence()
1154 tx_waiting->sqe.opcode == SIW_OP_READ_LOCAL_INV) { in siw_check_tx_fence()
1163 siw_read_to_orq(rreq, &tx_waiting->sqe); in siw_check_tx_fence()