Home
last modified time | relevance | path

Searched refs:h_av (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_al.c183 CL_ASSERT(p_vw->h_av); in __osm_al_send_callback()
188 if (p_vw->h_av != p_bind->h_dr_av) { in __osm_al_send_callback()
192 "Destroying av handle %p.\n", p_vw->h_av); in __osm_al_send_callback()
195 ib_destroy_av(p_vw->h_av); in __osm_al_send_callback()
316 p_new_vw->h_av = 0; in __osm_al_rcv_callback()
1132 status = ib_create_av(p_vend->h_pd, &av, &p_vw->h_av); in osm_vendor_send()
1148 "Allocating av handle %p.\n", p_vw->h_av); in osm_vendor_send()
1151 p_vw->h_av = p_bind->h_dr_av; in osm_vendor_send()
1154 p_elem->h_av = p_vw->h_av; in osm_vendor_send()
/freebsd/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_al.h320 ib_av_handle_t h_av; member
/freebsd/contrib/ofed/opensm/include/iba/
H A Dib_types.h10449 ib_av_handle_t h_av; member