Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/infiniband/core/
Dcm.c1179 ret = ib_post_send_mad(cm_id_priv->msg, NULL); in ib_send_cm_req()
1224 ret = ib_post_send_mad(msg, NULL); in cm_issue_rej()
1433 ret = ib_post_send_mad(msg, NULL); in cm_dup_req_handler()
1675 ret = ib_post_send_mad(msg, NULL); in ib_send_cm_rep()
1739 ret = ib_post_send_mad(msg, NULL); in ib_send_cm_rtu()
1812 ret = ib_post_send_mad(msg, NULL); in cm_dup_rep_handler()
2030 ret = ib_post_send_mad(msg, NULL); in ib_send_cm_dreq()
2093 ret = ib_post_send_mad(msg, NULL); in ib_send_cm_drep()
2124 ret = ib_post_send_mad(msg, NULL); in cm_issue_drep()
2177 if (ib_post_send_mad(msg, NULL)) in cm_dreq_handler()
[all …]
Dagent.c127 if (ib_post_send_mad(send_buf, NULL)) { in agent_send_response()
Dmad_rmpp.c148 ret = ib_post_send_mad(msg, NULL); in ack_recv()
198 ret = ib_post_send_mad(msg, NULL); in ack_ds_ack()
234 ret = ib_post_send_mad(msg, NULL); in nack_recv()
Dsa_query.c641 ret = ib_post_send_mad(query->mad_buf, NULL); in send_mad()
Duser_mad.c581 ret = ib_post_send_mad(packet->msg, NULL); in ib_umad_write()
Dmad.c1128 int ib_post_send_mad(struct ib_mad_send_buf *send_buf, in ib_post_send_mad() function
1215 EXPORT_SYMBOL(ib_post_send_mad);
/linux-4.1.27/include/rdma/
Dib_mad.h530 int ib_post_send_mad(struct ib_mad_send_buf *send_buf,
/linux-4.1.27/drivers/infiniband/hw/mthca/
Dmthca_mad.c185 ret = ib_post_send_mad(send_buf, NULL); in forward_trap()
/linux-4.1.27/drivers/infiniband/hw/mlx4/
Dmad.c381 ret = ib_post_send_mad(send_buf, NULL); in forward_trap()
/linux-4.1.27/drivers/infiniband/hw/qib/
Dqib_mad.c123 ret = ib_post_send_mad(send_buf, NULL); in qib_send_trap()
Dqib_iba7322.c5535 ret = ib_post_send_mad(send_buf, NULL); in try_7322_ipg()
/linux-4.1.27/drivers/infiniband/ulp/srpt/
Dib_srpt.c504 if (!ib_post_send_mad(rsp, NULL)) { in srpt_mad_recv_handler()