Searched refs:ib_post_send_mad (Results 1 – 13 of 13) sorted by relevance
| /linux-4.4.14/drivers/infiniband/core/ |
| D | cm.c | 1232 ret = ib_post_send_mad(cm_id_priv->msg, NULL); in ib_send_cm_req() 1277 ret = ib_post_send_mad(msg, NULL); in cm_issue_rej() 1507 ret = ib_post_send_mad(msg, NULL); in cm_dup_req_handler() 1748 ret = ib_post_send_mad(msg, NULL); in ib_send_cm_rep() 1812 ret = ib_post_send_mad(msg, NULL); in ib_send_cm_rtu() 1885 ret = ib_post_send_mad(msg, NULL); in cm_dup_rep_handler() 2103 ret = ib_post_send_mad(msg, NULL); in ib_send_cm_dreq() 2166 ret = ib_post_send_mad(msg, NULL); in ib_send_cm_drep() 2197 ret = ib_post_send_mad(msg, NULL); in cm_issue_drep() 2250 if (ib_post_send_mad(msg, NULL)) in cm_dreq_handler() [all …]
|
| D | agent.c | 132 if (ib_post_send_mad(send_buf, NULL)) { in agent_send_response()
|
| 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() 238 ret = ib_post_send_mad(msg, NULL); in nack_recv()
|
| D | sa_query.c | 694 ret = ib_post_send_mad(query->mad_buf, NULL); in ib_nl_request_timeout() 819 ret = ib_post_send_mad(query->mad_buf, NULL); in ib_nl_handle_resolve_resp() 1119 ret = ib_post_send_mad(query->mad_buf, NULL); in send_mad()
|
| D | user_mad.c | 586 ret = ib_post_send_mad(packet->msg, NULL); in ib_umad_write()
|
| D | mad.c | 1210 int ib_post_send_mad(struct ib_mad_send_buf *send_buf, in ib_post_send_mad() function 1297 EXPORT_SYMBOL(ib_post_send_mad);
|
| /linux-4.4.14/drivers/infiniband/hw/mthca/ |
| D | mthca_mad.c | 186 ret = ib_post_send_mad(send_buf, NULL); in forward_trap()
|
| /linux-4.4.14/include/rdma/ |
| D | ib_mad.h | 639 int ib_post_send_mad(struct ib_mad_send_buf *send_buf,
|
| /linux-4.4.14/drivers/infiniband/hw/mlx4/ |
| D | mad.c | 375 ret = ib_post_send_mad(send_buf, NULL); in forward_trap()
|
| /linux-4.4.14/drivers/infiniband/hw/qib/ |
| D | qib_mad.c | 124 ret = ib_post_send_mad(send_buf, NULL); in qib_send_trap()
|
| D | qib_iba7322.c | 5536 ret = ib_post_send_mad(send_buf, NULL); in try_7322_ipg()
|
| /linux-4.4.14/drivers/infiniband/ulp/srpt/ |
| D | ib_srpt.c | 502 if (!ib_post_send_mad(rsp, NULL)) { in srpt_mad_recv_handler()
|
| /linux-4.4.14/drivers/staging/rdma/hfi1/ |
| D | mad.c | 152 ret = ib_post_send_mad(send_buf, NULL); in send_trap()
|