Searched refs:ib_post_send_mad (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/ofed/drivers/infiniband/core/ |
H A D | ib_cm.c | 1398 ret = ib_post_send_mad(cm_id_priv->msg, NULL); in ib_send_cm_req() 1443 ret = ib_post_send_mad(msg, NULL); in cm_issue_rej() 1666 ret = ib_post_send_mad(msg, NULL); in cm_dup_req_handler() 1943 ret = ib_post_send_mad(msg, NULL); in ib_send_cm_rep() 2007 ret = ib_post_send_mad(msg, NULL); in ib_send_cm_rtu() 2080 ret = ib_post_send_mad(msg, NULL); in cm_dup_rep_handler() 2311 ret = ib_post_send_mad(msg, NULL); in ib_send_cm_dreq() 2374 ret = ib_post_send_mad(msg, NULL); in ib_send_cm_drep() 2405 ret = ib_post_send_mad(msg, NULL); in cm_issue_drep() 2460 ib_post_send_mad(msg, NULL)) in cm_dreq_handler() [all …]
|
H A D | ib_agent.c | 134 if (ib_post_send_mad(send_buf, NULL)) { in agent_send_response()
|
H A D | ib_mad_rmpp.c | 154 ret = ib_post_send_mad(msg, NULL); in ack_recv() 205 ret = ib_post_send_mad(msg, NULL); in ack_ds_ack() 241 ret = ib_post_send_mad(msg, NULL); in nack_recv()
|
H A D | ib_user_mad.c | 592 ret = ib_post_send_mad(packet->msg, NULL); in ib_umad_write()
|
H A D | ib_sa_query.c | 818 ret = ib_post_send_mad(query->mad_buf, NULL); in send_mad()
|
H A D | ib_mad.c | 1215 int ib_post_send_mad(struct ib_mad_send_buf *send_buf, in ib_post_send_mad() function 1302 EXPORT_SYMBOL(ib_post_send_mad);
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_mad.c | 187 ret = ib_post_send_mad(send_buf, NULL); in forward_trap()
|
/freebsd/sys/ofed/include/rdma/ |
H A D | ib_mad.h | 699 int ib_post_send_mad(struct ib_mad_send_buf *send_buf,
|
/freebsd/sys/dev/mlx4/mlx4_ib/ |
H A D | mlx4_ib_mad.c | 402 ret = ib_post_send_mad(send_buf, NULL); in forward_trap()
|