Searched refs:ib_post_send_mad (Results 1 – 12 of 12) sorted by relevance
/linux/drivers/infiniband/core/ |
H A D | agent.c | 141 if (ib_post_send_mad(send_buf, NULL)) { in agent_send_response()
|
H A D | mad_rmpp.c | 146 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()
|
H A D | sa_query.c | 976 ret = ib_post_send_mad(query->mad_buf, NULL); in ib_nl_request_timeout() 1103 ret = ib_post_send_mad(query->mad_buf, NULL); in ib_nl_handle_resolve_resp() 1366 ret = ib_post_send_mad(query->mad_buf, NULL); in send_mad()
|
H A D | mad.c | 1062 int ib_post_send_mad(struct ib_mad_send_buf *send_buf, in ib_post_send_mad() function 1153 EXPORT_SYMBOL(ib_post_send_mad);
|
H A D | user_mad.c | 653 ret = ib_post_send_mad(packet->msg, NULL); in ib_umad_write()
|
/linux/drivers/infiniband/ulp/opa_vnic/ |
H A D | opa_vnic_vema.c | 670 if (!ib_post_send_mad(rsp, NULL)) { in vema_recv() 838 if (ib_post_send_mad(send_buf, NULL)) { in opa_vnic_vema_send_trap()
|
/linux/drivers/infiniband/hw/mthca/ |
H A D | mthca_mad.c | 189 ret = ib_post_send_mad(send_buf, NULL); in forward_trap()
|
/linux/include/rdma/ |
H A D | ib_mad.h | 710 int ib_post_send_mad(struct ib_mad_send_buf *send_buf,
|
/linux/drivers/infiniband/hw/qib/ |
H A D | qib_mad.c | 125 ret = ib_post_send_mad(send_buf, NULL); in qib_send_trap()
|
/linux/drivers/infiniband/hw/mlx4/ |
H A D | mad.c | 407 ret = ib_post_send_mad(send_buf, NULL); in forward_trap()
|
/linux/drivers/infiniband/ulp/srpt/ |
H A D | ib_srpt.c | 582 if (!ib_post_send_mad(rsp, NULL)) { in srpt_mad_recv_handler()
|
/linux/drivers/infiniband/hw/hfi1/ |
H A D | mad.c | 366 if (ib_post_send_mad(send_buf, NULL)) in send_trap()
|