Searched refs:ib_create_send_mad (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/sys/ofed/drivers/infiniband/core/
H A Dib_agent.c116 send_buf = ib_create_send_mad(agent, wc->src_qp, wc->pkey_index, 0,
122 dev_err(&device->dev, "ib_create_send_mad error\n");
H A Dib_mad_rmpp.c147 msg = ib_create_send_mad(&rmpp_recv->agent->agent, recv_wc->wc->src_qp,
174 msg = ib_create_send_mad(agent, recv_wc->wc->src_qp,
H A Dib_user_mad.c533 packet->msg = ib_create_send_mad(agent,
H A Dib_sa_query.c759 query->mad_buf = ib_create_send_mad(query->port->agent, 1,
H A Dib_mad.c988 struct ib_mad_send_buf * ib_create_send_mad(struct ib_mad_agent *mad_agent, function
1070 EXPORT_SYMBOL(ib_create_send_mad); variable
H A Dib_cm.c311 m = ib_create_send_mad(mad_agent, cm_id_priv->id.remote_cm_qpn,
338 return ib_create_send_mad(port->mad_agent, 1, mad_recv_wc->wc->pkey_index,
/freebsd-11-stable/sys/dev/mthca/
H A Dmthca_mad.c173 send_buf = ib_create_send_mad(agent, qpn, 0, 0, IB_MGMT_MAD_HDR,
/freebsd-11-stable/sys/ofed/include/rdma/
H A Dib_mad.h776 * ib_create_send_mad - Allocate and initialize a data buffer and work request
802 struct ib_mad_send_buf *ib_create_send_mad(struct ib_mad_agent *mad_agent,
/freebsd-11-stable/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mad.c388 send_buf = ib_create_send_mad(agent, qpn, 0, 0, IB_MGMT_MAD_HDR,

Completed in 224 milliseconds