Searched refs:IB_WC_SEND (Results 1 – 13 of 13) sorted by relevance
15 [SIW_OP_SEND] = IB_WC_SEND,16 [SIW_OP_SEND_WITH_IMM] = IB_WC_SEND,
466 return IB_WC_SEND; in pvrdma_wc_opcode_to_ib()488 return IB_WC_SEND; in pvrdma_wc_opcode_to_ib()
96 case IB_WR_SEND: return IB_WC_SEND; in wr_to_wc_opcode()97 case IB_WR_SEND_WITH_IMM: return IB_WC_SEND; in wr_to_wc_opcode()102 case IB_WR_SEND_WITH_INV: return IB_WC_SEND; in wr_to_wc_opcode()
277 entry->opcode = IB_WC_SEND; in set_ib_wc_op_sq()
588 entry->opcode = IB_WC_SEND; in mthca_poll_one()591 entry->opcode = IB_WC_SEND; in mthca_poll_one()
828 wc->opcode = IB_WC_SEND; in __c4iw_poll_cq_one()833 wc->opcode = IB_WC_SEND; in __c4iw_poll_cq_one()
123 [IB_WR_SEND] = IB_WC_SEND,124 [IB_WR_SEND_WITH_IMM] = IB_WC_SEND,129 [IB_WR_SEND_WITH_INV] = IB_WC_SEND,
714 wc[i].opcode = IB_WC_SEND; in qedr_gsi_poll_cq()
720 WARN_ON(wc->opcode != IB_WC_SEND); in rtrs_srv_info_rsp_done()1296 case IB_WC_SEND: in rtrs_srv_rdma_done()
3426 wc->opcode = IB_WC_SEND; in bnxt_re_process_req_wc()3429 wc->opcode = IB_WC_SEND; in bnxt_re_process_req_wc()3433 wc->opcode = IB_WC_SEND; in bnxt_re_process_req_wc()3459 wc->opcode = IB_WC_SEND; in bnxt_re_process_req_wc()
136 wc->opcode = IB_WC_SEND; in handle_good_req()
516 if (wc->status != IB_WC_SUCCESS || wc->opcode != IB_WC_SEND) { in send_done()
1001 IB_WC_SEND = IB_UVERBS_WC_SEND, enumerator