Home
last modified time | relevance | path

Searched refs:ib_post_send_mad (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_cm.c1398 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 Dib_agent.c134 if (ib_post_send_mad(send_buf, NULL)) { in agent_send_response()
H A Dib_mad_rmpp.c154 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 Dib_user_mad.c592 ret = ib_post_send_mad(packet->msg, NULL); in ib_umad_write()
H A Dib_sa_query.c818 ret = ib_post_send_mad(query->mad_buf, NULL); in send_mad()
H A Dib_mad.c1215 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 Dmthca_mad.c187 ret = ib_post_send_mad(send_buf, NULL); in forward_trap()
/freebsd/sys/ofed/include/rdma/
H A Dib_mad.h699 int ib_post_send_mad(struct ib_mad_send_buf *send_buf,
/freebsd/sys/dev/mlx4/mlx4_ib/
H A Dmlx4_ib_mad.c402 ret = ib_post_send_mad(send_buf, NULL); in forward_trap()