Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_verbs.c222 priv->tx_wr.wr.opcode = IB_WR_SEND; in ipoib_transport_dev_init()
H A Dipoib_cm.c78 .opcode = IB_WR_SEND,
613 priv->tx_wr.wr.opcode = IB_WR_SEND; in post_send()
H A Dipoib_ib.c474 priv->tx_wr.wr.opcode = IB_WR_SEND; in post_send()
/freebsd/sys/dev/iser/
H A Diser_verbs.c656 ib_conn->beacon.send.opcode = IB_WR_SEND; in iser_conn_terminate()
940 send_wr.opcode = IB_WR_SEND; in iser_post_send()
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_tx.c142 tx_wr.opcode = IB_WR_SEND; in sdp_post_send()
/freebsd/sys/dev/cxgbe/iw_cxgbe/
H A Dqp.c415 case IB_WR_SEND: in build_rdma_send()
817 case IB_WR_SEND: in c4iw_post_send()
821 if (wr->opcode == IB_WR_SEND) in c4iw_post_send()
/freebsd/sys/dev/qlnx/qlnxr/
H A Dqlnxr_cm.c695 if (wr->opcode != IB_WR_SEND) { in qlnxr_gsi_post_send()
H A Dqlnxr_verbs.c4179 case IB_WR_SEND: in qlnxr_ib_to_wc_opcode()
4358 case IB_WR_SEND: in qlnxr_post_send()
/freebsd/sys/contrib/rdma/krping/
H A Dkrping.c488 cb->sq_wr.opcode = IB_WR_SEND; in krping_setup_wr()
1742 wr.opcode = IB_WR_SEND; in flush_qp()
/freebsd/sys/dev/mthca/
H A Dmthca_qp.c187 [IB_WR_SEND] = MTHCA_OPCODE_SEND,
1509 case IB_WR_SEND: in build_mlx_header()
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mad.c623 wr.wr.opcode = IB_WR_SEND; in mlx4_ib_send_to_slave()
1411 wr.wr.opcode = IB_WR_SEND; in mlx4_ib_send_to_wire()
H A Dmlx4_ib_qp.c111 [IB_WR_SEND] = cpu_to_be32(MLX4_OPCODE_SEND),
2313 if (wr->wr.opcode != IB_WR_SEND) in build_sriov_qp0_header()
2572 case IB_WR_SEND: in build_mlx_header()
/freebsd/sys/dev/irdma/
H A Dirdma_verbs.c2477 case IB_WR_SEND: in irdma_post_send()
2479 if (ib_wr->opcode == IB_WR_SEND || in irdma_post_send()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dib_verbs.c3216 case IB_WR_SEND: in bnxt_re_build_send_wqe()
3480 case IB_WR_SEND: in bnxt_re_post_send()
4420 swr->opcode = IB_WR_SEND; in bnxt_re_process_raw_qp_packet_receive()
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_uverbs_cmd.c2058 if (user_wr->opcode != IB_WR_SEND && in ib_uverbs_post_send()
2115 } else if (user_wr->opcode == IB_WR_SEND || in ib_uverbs_post_send()
H A Dib_mad.c1049 mad_send_wr->send_wr.wr.opcode = IB_WR_SEND; in ib_create_send_mad()
/freebsd/sys/ofed/include/rdma/
H A Dib_verbs.h1188 IB_WR_SEND, enumerator
/freebsd/sys/dev/mlx5/mlx5_ib/
H A Dmlx5_ib_qp.c55 [IB_WR_SEND] = MLX5_OPCODE_SEND,