Home
last modified time | relevance | path

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

/openbmc/linux/drivers/infiniband/sw/siw/
H A Dsiw_cq.c15 [SIW_OP_SEND] = IB_WC_SEND,
16 [SIW_OP_SEND_WITH_IMM] = IB_WC_SEND,
/openbmc/linux/drivers/infiniband/hw/erdma/
H A Derdma_cq.c56 [ERDMA_OP_SEND] = IB_WC_SEND,
57 [ERDMA_OP_SEND_WITH_IMM] = IB_WC_SEND,
63 [ERDMA_OP_SEND_WITH_INV] = IB_WC_SEND,
/openbmc/linux/drivers/infiniband/hw/vmw_pvrdma/
H A Dpvrdma.h466 return IB_WC_SEND; in pvrdma_wc_opcode_to_ib()
488 return IB_WC_SEND; in pvrdma_wc_opcode_to_ib()
/openbmc/linux/drivers/infiniband/sw/rxe/
H A Drxe_comp.c96 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()
/openbmc/linux/drivers/infiniband/hw/irdma/
H A Dverbs.h255 entry->opcode = IB_WC_SEND; in set_ib_wc_op_sq()
/openbmc/linux/drivers/infiniband/hw/mthca/
H A Dmthca_cq.c588 entry->opcode = IB_WC_SEND; in mthca_poll_one()
591 entry->opcode = IB_WC_SEND; in mthca_poll_one()
/openbmc/linux/drivers/infiniband/hw/mlx5/
H A Dgsi.c396 .opcode = IB_WC_SEND, in mlx5_ib_gsi_silent_drop()
H A Dcq.c133 wc->opcode = IB_WC_SEND; in handle_good_req()
/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dcq.c828 wc->opcode = IB_WC_SEND; in __c4iw_poll_cq_one()
833 wc->opcode = IB_WC_SEND; in __c4iw_poll_cq_one()
/openbmc/linux/drivers/infiniband/hw/hfi1/
H A Dverbs.c123 [IB_WR_SEND] = IB_WC_SEND,
124 [IB_WR_SEND_WITH_IMM] = IB_WC_SEND,
129 [IB_WR_SEND_WITH_INV] = IB_WC_SEND,
/openbmc/linux/drivers/infiniband/hw/qedr/
H A Dqedr_roce_cm.c714 wc[i].opcode = IB_WC_SEND; in qedr_gsi_poll_cq()
H A Dverbs.c3485 return IB_WC_SEND; in qedr_ib_to_wc_opcode()
3498 return IB_WC_SEND; in qedr_ib_to_wc_opcode()
4088 case IB_WC_SEND: in process_req()
/openbmc/linux/drivers/infiniband/hw/qib/
H A Dqib_verbs.c121 [IB_WR_SEND] = IB_WC_SEND,
122 [IB_WR_SEND_WITH_IMM] = IB_WC_SEND,
/openbmc/linux/drivers/infiniband/hw/mlx4/
H A Dcq.c777 wc->opcode = IB_WC_SEND; in mlx4_ib_poll_one()
H A Dmad.c1758 case IB_WC_SEND: in mlx4_ib_tunnel_comp_worker()
1913 case IB_WC_SEND: in mlx4_ib_sqp_comp_worker()
/openbmc/linux/drivers/infiniband/hw/bnxt_re/
H A Dib_verbs.c3246 wc->opcode = IB_WC_SEND; in bnxt_re_process_req_wc()
3249 wc->opcode = IB_WC_SEND; in bnxt_re_process_req_wc()
3253 wc->opcode = IB_WC_SEND; in bnxt_re_process_req_wc()
3279 wc->opcode = IB_WC_SEND; in bnxt_re_process_req_wc()
/openbmc/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs-srv.c713 WARN_ON(wc->opcode != IB_WC_SEND); in rtrs_srv_info_rsp_done()
1289 case IB_WC_SEND: in rtrs_srv_rdma_done()
/openbmc/linux/fs/smb/server/
H A Dtransport_rdma.c867 if (wc->status != IB_WC_SUCCESS || wc->opcode != IB_WC_SEND) { in send_done()
/openbmc/linux/fs/smb/client/
H A Dsmbdirect.c281 if (wc->status != IB_WC_SUCCESS || wc->opcode != IB_WC_SEND) { in send_done()
/openbmc/linux/include/rdma/
H A Dib_verbs.h983 IB_WC_SEND = IB_UVERBS_WC_SEND, enumerator
/openbmc/linux/drivers/infiniband/hw/ocrdma/
H A Docrdma_verbs.c2421 ibwc->opcode = IB_WC_SEND; in ocrdma_update_wc()