Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/infiniband/core/
Dagent.c112 send_buf = ib_create_send_mad(agent, wc->src_qp, wc->pkey_index, 0, in agent_send_response()
Dmad_rmpp.c137 msg = ib_create_send_mad(&rmpp_recv->agent->agent, recv_wc->wc->src_qp, in ack_recv()
164 msg = ib_create_send_mad(agent, recv_wc->wc->src_qp, in alloc_response_msg()
Dmad.c833 struct ib_mad_send_buf *ib_create_send_mad(struct ib_mad_agent *mad_agent, in ib_create_send_mad() function
914 EXPORT_SYMBOL(ib_create_send_mad);
Duser_mad.c578 packet->msg = ib_create_send_mad(agent, in ib_umad_write()
Dsa_query.c1298 query->mad_buf = ib_create_send_mad(query->port->agent, 1, in alloc_mad()
Dcm.c299 m = ib_create_send_mad(mad_agent, cm_id_priv->id.remote_cm_qpn, in cm_alloc_msg()
363 return ib_create_send_mad(port->mad_agent, 1, mad_recv_wc->wc->pkey_index, in cm_alloc_response_msg_no_ah()
/linux-6.1.9/drivers/infiniband/hw/mthca/
Dmthca_mad.c175 send_buf = ib_create_send_mad(agent, qpn, 0, 0, IB_MGMT_MAD_HDR, in forward_trap()
/linux-6.1.9/drivers/infiniband/ulp/opa_vnic/
Dopa_vnic_vema.c639 rsp = ib_create_send_mad(mad_agent, mad_wc->wc->src_qp, in vema_recv()
796 send_buf = ib_create_send_mad(port->mad_agent, 1, pkey_idx, 0, in opa_vnic_vema_send_trap()
/linux-6.1.9/include/rdma/
Dib_mad.h770 struct ib_mad_send_buf *ib_create_send_mad(struct ib_mad_agent *mad_agent,
/linux-6.1.9/drivers/infiniband/hw/qib/
Dqib_mad.c86 send_buf = ib_create_send_mad(agent, 0, 0, 0, IB_MGMT_MAD_HDR, in qib_send_trap()
Dqib_iba7322.c5420 send_buf = ib_create_send_mad(agent, 0, 0, 0, IB_MGMT_MAD_HDR, in try_7322_ipg()
/linux-6.1.9/drivers/infiniband/hw/mlx4/
Dmad.c393 send_buf = ib_create_send_mad(agent, qpn, 0, 0, IB_MGMT_MAD_HDR, in forward_trap()
/linux-6.1.9/drivers/infiniband/ulp/srpt/
Dib_srpt.c488 rsp = ib_create_send_mad(mad_agent, mad_wc->wc->src_qp, in srpt_mad_recv_handler()
/linux-6.1.9/drivers/infiniband/hw/hfi1/
Dmad.c304 send_buf = ib_create_send_mad(agent, qpn, pkey_idx, 0, in send_trap()