Lines Matching refs:status
1010 enum ib_wc_status status; in do_rc_ack() local
1143 status = IB_WC_RNR_RETRY_EXC_ERR; in do_rc_ack()
1181 status = IB_WC_REM_INV_REQ_ERR; in do_rc_ack()
1186 status = IB_WC_REM_ACCESS_ERR; in do_rc_ack()
1191 status = IB_WC_REM_OP_ERR; in do_rc_ack()
1195 rvt_send_complete(qp, wqe, status); in do_rc_ack()
1277 enum ib_wc_status status; in qib_rc_rcv_resp() local
1340 status = IB_WC_SUCCESS; in qib_rc_rcv_resp()
1455 status = IB_WC_LOC_QP_OP_ERR; in qib_rc_rcv_resp()
1463 status = IB_WC_LOC_LEN_ERR; in qib_rc_rcv_resp()
1466 rvt_send_complete(qp, wqe, status); in qib_rc_rcv_resp()
1872 wc.status = IB_WC_SUCCESS; in qib_rc_rcv()