Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/infiniband/core/
Dagent.c132 if (ib_post_send_mad(send_buf, NULL)) { in agent_send_response()
Dcm.c1569 ret = ib_post_send_mad(cm_id_priv->msg, NULL); in ib_send_cm_req()
1618 ret = ib_post_send_mad(msg, NULL); in cm_issue_rej()
1970 ret = ib_post_send_mad(msg, NULL); in cm_dup_req_handler()
2299 ret = ib_post_send_mad(msg, NULL); in ib_send_cm_rep()
2371 ret = ib_post_send_mad(msg, NULL); in ib_send_cm_rtu()
2453 ret = ib_post_send_mad(msg, NULL); in cm_dup_rep_handler()
2675 ret = ib_post_send_mad(msg, NULL); in cm_send_dreq_locked()
2746 ret = ib_post_send_mad(msg, NULL); in cm_send_drep_locked()
2798 ret = ib_post_send_mad(msg, NULL); in cm_issue_drep()
2858 ib_post_send_mad(msg, NULL)) in cm_dreq_handler()
[all …]
Dmad_rmpp.c146 ret = ib_post_send_mad(msg, NULL); in ack_recv()
197 ret = ib_post_send_mad(msg, NULL); in ack_ds_ack()
234 ret = ib_post_send_mad(msg, NULL); in nack_recv()
Dsa_query.c999 ret = ib_post_send_mad(query->mad_buf, NULL); in ib_nl_request_timeout()
1126 ret = ib_post_send_mad(query->mad_buf, NULL); in ib_nl_handle_resolve_resp()
1384 ret = ib_post_send_mad(query->mad_buf, NULL); in send_mad()
Dmad.c1070 int ib_post_send_mad(struct ib_mad_send_buf *send_buf, in ib_post_send_mad() function
1161 EXPORT_SYMBOL(ib_post_send_mad);
Duser_mad.c639 ret = ib_post_send_mad(packet->msg, NULL); in ib_umad_write()
/kernel/linux/linux-5.10/drivers/infiniband/hw/mthca/
Dmthca_mad.c189 ret = ib_post_send_mad(send_buf, NULL); in forward_trap()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/opa_vnic/
Dopa_vnic_vema.c669 if (!ib_post_send_mad(rsp, NULL)) { in vema_recv()
837 if (ib_post_send_mad(send_buf, NULL)) { in opa_vnic_vema_send_trap()
/kernel/linux/linux-5.10/include/rdma/
Dib_mad.h707 int ib_post_send_mad(struct ib_mad_send_buf *send_buf,
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx4/
Dmad.c406 ret = ib_post_send_mad(send_buf, NULL); in forward_trap()
/kernel/linux/linux-5.10/drivers/infiniband/hw/qib/
Dqib_mad.c125 ret = ib_post_send_mad(send_buf, NULL); in qib_send_trap()
Dqib_iba7322.c5474 ret = ib_post_send_mad(send_buf, NULL); in try_7322_ipg()
/kernel/linux/linux-5.10/drivers/infiniband/ulp/srpt/
Dib_srpt.c517 if (!ib_post_send_mad(rsp, NULL)) { in srpt_mad_recv_handler()
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
Dmad.c408 if (ib_post_send_mad(send_buf, NULL)) in send_trap()