Searched refs:ib_create_send_mad (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_agent.c | 114 send_buf = ib_create_send_mad(agent, wc->src_qp, wc->pkey_index, 0, in agent_send_response()
|
H A D | ib_mad_rmpp.c | 145 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 D | ib_user_mad.c | 531 packet->msg = ib_create_send_mad(agent, in ib_umad_write()
|
H A D | ib_sa_query.c | 755 query->mad_buf = ib_create_send_mad(query->port->agent, 1, in alloc_mad()
|
H A D | ib_mad.c | 985 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 D | ib_cm.c | 358 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 D | mthca_mad.c | 173 send_buf = ib_create_send_mad(agent, qpn, 0, 0, IB_MGMT_MAD_HDR, in forward_trap()
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_mad.h | 802 struct ib_mad_send_buf *ib_create_send_mad(struct ib_mad_agent *mad_agent,
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_mad.c | 388 send_buf = ib_create_send_mad(agent, qpn, 0, 0, IB_MGMT_MAD_HDR, in forward_trap()
|