Home
last modified time | relevance | path

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

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_agent.c114 send_buf = ib_create_send_mad(agent, wc->src_qp, wc->pkey_index, 0, in agent_send_response()
H A Dib_mad_rmpp.c145 msg = ib_create_send_mad(&rmpp_recv->agent->agent, recv_wc->wc->src_qp, in ack_recv()
172 msg = ib_create_send_mad(agent, recv_wc->wc->src_qp, in alloc_response_msg()
H A Dib_user_mad.c531 packet->msg = ib_create_send_mad(agent, in ib_umad_write()
H A Dib_sa_query.c755 query->mad_buf = ib_create_send_mad(query->port->agent, 1, in alloc_mad()
H A Dib_mad.c985 struct ib_mad_send_buf * ib_create_send_mad(struct ib_mad_agent *mad_agent, in ib_create_send_mad() function
1067 EXPORT_SYMBOL(ib_create_send_mad);
H A Dib_cm.c358 m = ib_create_send_mad(mad_agent, cm_id_priv->id.remote_cm_qpn, in cm_alloc_msg()
385 return ib_create_send_mad(port->mad_agent, 1, mad_recv_wc->wc->pkey_index, in cm_alloc_response_msg_no_ah()
/freebsd/sys/dev/mthca/
H A Dmthca_mad.c173 send_buf = ib_create_send_mad(agent, qpn, 0, 0, IB_MGMT_MAD_HDR, in forward_trap()
/freebsd/sys/ofed/include/rdma/
H A Dib_mad.h802 struct ib_mad_send_buf *ib_create_send_mad(struct ib_mad_agent *mad_agent,
/freebsd/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, in forward_trap()