Home
last modified time | relevance | path

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

/NextBSD/sys/ofed/drivers/infiniband/core/
HDmad_priv.h248 int ib_send_mad(struct ib_mad_send_wr_private *mad_send_wr);
HDmad.c1533 int ib_send_mad(struct ib_mad_send_wr_private *mad_send_wr) in ib_send_mad() function
1621 ret = ib_send_mad(mad_send_wr); in send_sa_cc_mad()
1712 ret = ib_send_mad(mad_send_wr); in ib_post_send_mad()
1714 ret = ib_send_mad(mad_send_wr); in ib_post_send_mad()
3067 ret = ib_send_mad(mad_send_wr); in retry_send()
3077 ret = ib_send_mad(mad_send_wr); in retry_send()
HDmad_rmpp.c588 return ib_send_mad(mad_send_wr); in send_next_seg()
/NextBSD/contrib/ofed/management/opensm/libvendor/
HDosm_vendor_al.c1228 status = ib_send_mad(p_bind->h_svc, p_elem, NULL); in osm_vendor_send()