Home
last modified time | relevance | path

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

/NextBSD/sys/ofed/drivers/infiniband/core/
HDagent.c109 send_buf = ib_create_send_mad(agent, wc->src_qp, wc->pkey_index, 0, in agent_send_response()
HDmad_rmpp.c140 msg = ib_create_send_mad(&rmpp_recv->agent->agent, recv_wc->wc->src_qp, in ack_recv()
166 msg = ib_create_send_mad(agent, recv_wc->wc->src_qp, in alloc_response_msg()
HDsa_query.c583 query->mad_buf = ib_create_send_mad(query->port->agent, 1, in alloc_mad()
HDuser_mad.c583 packet->msg = ib_create_send_mad(agent, in ib_umad_write()
HDmad.c1394 struct ib_mad_send_buf * ib_create_send_mad(struct ib_mad_agent *mad_agent, in ib_create_send_mad() function
1454 EXPORT_SYMBOL(ib_create_send_mad);
HDcm.c275 m = ib_create_send_mad(mad_agent, cm_id_priv->id.remote_cm_qpn, in cm_alloc_msg()
306 m = ib_create_send_mad(port->mad_agent, 1, mad_recv_wc->wc->pkey_index, in cm_alloc_response_msg()
/NextBSD/sys/ofed/include/rdma/
HDib_mad.h623 struct ib_mad_send_buf *ib_create_send_mad(struct ib_mad_agent *mad_agent,
/NextBSD/sys/ofed/drivers/infiniband/hw/mthca/
HDmthca_mad.c172 send_buf = ib_create_send_mad(agent, qpn, 0, 0, IB_MGMT_MAD_HDR, in forward_trap()
/NextBSD/sys/ofed/drivers/infiniband/hw/mlx4/
HDmad.c360 send_buf = ib_create_send_mad(agent, qpn, 0, 0, IB_MGMT_MAD_HDR, in forward_trap()