Searched refs:ib_post_send_mad (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.4/drivers/infiniband/core/ |
D | agent.c | 132 if (ib_post_send_mad(send_buf, NULL)) { in agent_send_response()
|
D | cm.c | 1476 ret = ib_post_send_mad(cm_id_priv->msg, NULL); in ib_send_cm_req() 1521 ret = ib_post_send_mad(msg, NULL); in cm_issue_rej() 1835 ret = ib_post_send_mad(msg, NULL); in cm_dup_req_handler() 2126 ret = ib_post_send_mad(msg, NULL); in ib_send_cm_rep() 2192 ret = ib_post_send_mad(msg, NULL); in ib_send_cm_rtu() 2265 ret = ib_post_send_mad(msg, NULL); in cm_dup_rep_handler() 2510 ret = ib_post_send_mad(msg, NULL); in ib_send_cm_dreq() 2575 ret = ib_post_send_mad(msg, NULL); in ib_send_cm_drep() 2606 ret = ib_post_send_mad(msg, NULL); in cm_issue_drep() 2664 ib_post_send_mad(msg, NULL)) in cm_dreq_handler() [all …]
|
D | mad_rmpp.c | 151 ret = ib_post_send_mad(msg, NULL); in ack_recv() 202 ret = ib_post_send_mad(msg, NULL); in ack_ds_ack() 239 ret = ib_post_send_mad(msg, NULL); in nack_recv()
|
D | sa_query.c | 1002 ret = ib_post_send_mad(query->mad_buf, NULL); in ib_nl_request_timeout() 1129 ret = ib_post_send_mad(query->mad_buf, NULL); in ib_nl_handle_resolve_resp() 1387 ret = ib_post_send_mad(query->mad_buf, NULL); in send_mad()
|
D | user_mad.c | 629 ret = ib_post_send_mad(packet->msg, NULL); in ib_umad_write()
|
D | mad.c | 1279 int ib_post_send_mad(struct ib_mad_send_buf *send_buf, in ib_post_send_mad() function 1370 EXPORT_SYMBOL(ib_post_send_mad);
|
/Linux-v5.4/drivers/infiniband/hw/mthca/ |
D | mthca_mad.c | 189 ret = ib_post_send_mad(send_buf, NULL); in forward_trap()
|
/Linux-v5.4/drivers/infiniband/ulp/opa_vnic/ |
D | opa_vnic_vema.c | 672 if (!ib_post_send_mad(rsp, NULL)) { in vema_recv() 840 if (ib_post_send_mad(send_buf, NULL)) { in opa_vnic_vema_send_trap()
|
/Linux-v5.4/include/rdma/ |
D | ib_mad.h | 781 int ib_post_send_mad(struct ib_mad_send_buf *send_buf,
|
/Linux-v5.4/drivers/infiniband/hw/qib/ |
D | qib_mad.c | 125 ret = ib_post_send_mad(send_buf, NULL); in qib_send_trap()
|
D | qib_iba7322.c | 5476 ret = ib_post_send_mad(send_buf, NULL); in try_7322_ipg()
|
/Linux-v5.4/drivers/infiniband/hw/mlx4/ |
D | mad.c | 406 ret = ib_post_send_mad(send_buf, NULL); in forward_trap()
|
/Linux-v5.4/drivers/infiniband/ulp/srpt/ |
D | ib_srpt.c | 519 if (!ib_post_send_mad(rsp, NULL)) { in srpt_mad_recv_handler()
|
/Linux-v5.4/drivers/infiniband/hw/hfi1/ |
D | mad.c | 408 if (ib_post_send_mad(send_buf, NULL)) in send_trap()
|