Home
last modified time | relevance | path

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

/linux/drivers/infiniband/sw/siw/
H A Dsiw_qp_rx.c1131 struct siw_wqe *tx_waiting = tx_wqe(qp); in siw_check_tx_fence() local
1145 if (unlikely(tx_waiting->wr_status != SIW_WR_QUEUED)) { in siw_check_tx_fence()
1147 qp_id(qp), tx_waiting->wr_status); in siw_check_tx_fence()
1152 if (tx_waiting->sqe.opcode == SIW_OP_READ || in siw_check_tx_fence()
1153 tx_waiting->sqe.opcode == SIW_OP_READ_LOCAL_INV) { in siw_check_tx_fence()
1162 siw_read_to_orq(rreq, &tx_waiting->sqe); in siw_check_tx_fence()