Searched refs:ib_create_send_mad (Results 1 – 13 of 13) sorted by relevance
/linux-4.4.14/drivers/infiniband/core/ |
D | agent.c | 112 send_buf = ib_create_send_mad(agent, wc->src_qp, wc->pkey_index, 0, in agent_send_response()
|
D | mad_rmpp.c | 142 msg = ib_create_send_mad(&rmpp_recv->agent->agent, recv_wc->wc->src_qp, in ack_recv() 169 msg = ib_create_send_mad(agent, recv_wc->wc->src_qp, in alloc_response_msg()
|
D | user_mad.c | 525 packet->msg = ib_create_send_mad(agent, in ib_umad_write()
|
D | mad.c | 983 struct ib_mad_send_buf * ib_create_send_mad(struct ib_mad_agent *mad_agent, in ib_create_send_mad() function 1063 EXPORT_SYMBOL(ib_create_send_mad);
|
D | sa_query.c | 1052 query->mad_buf = ib_create_send_mad(query->port->agent, 1, in alloc_mad()
|
D | cm.c | 268 m = ib_create_send_mad(mad_agent, cm_id_priv->id.remote_cm_qpn, in cm_alloc_msg() 300 m = ib_create_send_mad(port->mad_agent, 1, mad_recv_wc->wc->pkey_index, in cm_alloc_response_msg()
|
/linux-4.4.14/drivers/infiniband/hw/mthca/ |
D | mthca_mad.c | 172 send_buf = ib_create_send_mad(agent, qpn, 0, 0, IB_MGMT_MAD_HDR, in forward_trap()
|
/linux-4.4.14/include/rdma/ |
D | ib_mad.h | 742 struct ib_mad_send_buf *ib_create_send_mad(struct ib_mad_agent *mad_agent,
|
/linux-4.4.14/drivers/infiniband/hw/mlx4/ |
D | mad.c | 361 send_buf = ib_create_send_mad(agent, qpn, 0, 0, IB_MGMT_MAD_HDR, in forward_trap()
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_mad.c | 85 send_buf = ib_create_send_mad(agent, 0, 0, 0, IB_MGMT_MAD_HDR, in qib_send_trap()
|
D | qib_iba7322.c | 5504 send_buf = ib_create_send_mad(agent, 0, 0, 0, IB_MGMT_MAD_HDR, in try_7322_ipg()
|
/linux-4.4.14/drivers/infiniband/ulp/srpt/ |
D | ib_srpt.c | 473 rsp = ib_create_send_mad(mad_agent, mad_wc->wc->src_qp, in srpt_mad_recv_handler()
|
/linux-4.4.14/drivers/staging/rdma/hfi1/ |
D | mad.c | 113 send_buf = ib_create_send_mad(agent, qpn, pkey_idx, 0, in send_trap()
|