Searched refs:ib_post_send_mad (Results 1 – 8 of 8) sorted by relevance
| /linux/drivers/infiniband/core/ |
| H A D | agent.c | 140 if (ib_post_send_mad(send_buf, NULL)) { in agent_send_response()
|
| H A D | cm.c | 1592 ret = ib_post_send_mad(msg, NULL); in ib_send_cm_req() 1641 ret = ib_post_send_mad(msg, NULL); in cm_issue_rej() 1993 ret = ib_post_send_mad(msg, NULL); in cm_dup_req_handler() 2325 ret = ib_post_send_mad(msg, NULL); in ib_send_cm_rep() 2400 ret = ib_post_send_mad(msg, NULL); in ib_send_cm_rtu() 2482 ret = ib_post_send_mad(msg, NULL); in cm_dup_rep_handler() 2686 ret = ib_post_send_mad(msg, NULL); in cm_issue_dreq() 2725 ret = ib_post_send_mad(msg, NULL); in ib_send_cm_dreq() 2783 ret = ib_post_send_mad(msg, NULL); in cm_send_drep_locked() 2835 ret = ib_post_send_mad(ms in cm_issue_drep() [all...] |
| 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 | 1037 ret = ib_post_send_mad(query->mad_buf, NULL); in ib_nl_request_timeout() 1166 ret = ib_post_send_mad(query->mad_buf, NULL); in ib_nl_handle_resolve_resp() 1429 ret = ib_post_send_mad(query->mad_buf, NULL); in send_mad()
|
| H A D | user_mad.c | 657 ret = ib_post_send_mad(packet->msg, NULL); in ib_umad_write()
|
| H A D | mad.c | 1263 int ib_post_send_mad(struct ib_mad_send_buf *send_buf, in ib_post_send_mad() function 1356 EXPORT_SYMBOL(ib_post_send_mad);
|
| /linux/drivers/infiniband/hw/mthca/ |
| H A D | mthca_mad.c | 189 ret = ib_post_send_mad(send_buf, NULL); in forward_trap()
|
| /linux/drivers/infiniband/hw/mlx4/ |
| H A D | mad.c | 407 ret = ib_post_send_mad(send_buf, NULL); in forward_trap()
|