Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/sw/siw/
H A Dsiw_qp_rx.c1152 struct siw_wqe *tx_waiting = tx_wqe(qp); in siw_check_tx_fence() local
1166 if (unlikely(tx_waiting->wr_status != SIW_WR_QUEUED)) { in siw_check_tx_fence()
1168 qp_id(qp), tx_waiting->wr_status); in siw_check_tx_fence()
1173 if (tx_waiting->sqe.opcode == SIW_OP_READ || in siw_check_tx_fence()
1174 tx_waiting->sqe.opcode == SIW_OP_READ_LOCAL_INV) { in siw_check_tx_fence()
1183 siw_read_to_orq(rreq, &tx_waiting->sqe); in siw_check_tx_fence()
/kernel/linux/linux-6.6/drivers/infiniband/sw/siw/
H A Dsiw_qp_rx.c1152 struct siw_wqe *tx_waiting = tx_wqe(qp); in siw_check_tx_fence() local
1166 if (unlikely(tx_waiting->wr_status != SIW_WR_QUEUED)) { in siw_check_tx_fence()
1168 qp_id(qp), tx_waiting->wr_status); in siw_check_tx_fence()
1173 if (tx_waiting->sqe.opcode == SIW_OP_READ || in siw_check_tx_fence()
1174 tx_waiting->sqe.opcode == SIW_OP_READ_LOCAL_INV) { in siw_check_tx_fence()
1183 siw_read_to_orq(rreq, &tx_waiting->sqe); in siw_check_tx_fence()

Completed in 4 milliseconds