Home
last modified time | relevance | path

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

/src/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_al.c342 status = ib_open_al(&p_vend->h_al); in osm_vendor_init()
390 ib_close_al((*pp_vend)->h_al); in osm_vendor_delete()
412 status = ib_query_ca_by_guid(p_vend->h_al, ca_guid, NULL, in __osm_ca_info_init()
432 status = ib_query_ca_by_guid(p_vend->h_al, ca_guid, p_ca_info->p_attr, in __osm_ca_info_init()
501 status = ib_get_ca_guids(p_vend->h_al, NULL, p_num_guids); in __osm_vendor_get_ca_guids()
526 status = ib_get_ca_guids(p_vend->h_al, *p_guids, p_num_guids); in __osm_vendor_get_ca_guids()
795 status = ib_open_ca(p_vend->h_al, in __osm_vendor_open_ca()
H A Dosm_vendor_mtl.c222 if (p_vend->h_al != NULL) { in osm_vendor_destroy()
223 vendor_mgt_bind_p = (osm_vendor_mgt_bind_t *) p_vend->h_al; in osm_vendor_destroy()
329 p_vend->h_al = (ib_al_handle_t) ib_mgt_hdl_p; in osm_vendor_init()
615 ib_mgt_hdl_p = (osm_vendor_mgt_bind_t *) p_vend->h_al; in osm_vendor_bind()
/src/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_al.h260 ib_al_handle_t h_al; member
H A Dosm_vendor_mtl.h125 ib_al_handle_t h_al; member