Searched refs:tx_waiting (Results 1 – 1 of 1) sorted by relevance
1155 struct siw_wqe *tx_waiting = tx_wqe(qp); in siw_check_tx_fence() 1169 if (unlikely(tx_waiting->wr_status != SIW_WR_QUEUED)) { in siw_check_tx_fence() 1171 qp_id(qp), tx_waiting->wr_status); in siw_check_tx_fence() 1176 if (tx_waiting->sqe.opcode == SIW_OP_READ || in siw_check_tx_fence() 1177 tx_waiting->sqe.opcode == SIW_OP_READ_LOCAL_INV) { in siw_check_tx_fence() 1186 siw_read_to_orq(rreq, &tx_waiting->sqe); in siw_check_tx_fence() 1146 struct siw_wqe *tx_waiting = tx_wqe(qp); siw_check_tx_fence() local