Home
last modified time | relevance | path

Searched refs:ib_send_mad (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/ofed/drivers/infiniband/core/
H A Dmad_priv.h213 int ib_send_mad(struct ib_mad_send_wr_private *mad_send_wr);
H A Dib_mad.c1146 int ib_send_mad(struct ib_mad_send_wr_private *mad_send_wr) in ib_send_mad() function
1284 ret = ib_send_mad(mad_send_wr); in ib_post_send_mad()
1286 ret = ib_send_mad(mad_send_wr); in ib_post_send_mad()
2765 ret = ib_send_mad(mad_send_wr); in retry_send()
2775 ret = ib_send_mad(mad_send_wr); in retry_send()
H A Dib_mad_rmpp.c606 return ib_send_mad(mad_send_wr); in send_next_seg()
/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_al.c1184 status = ib_send_mad(p_bind->h_svc, p_elem, NULL); in osm_vendor_send()