Searched refs:h_al (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/ofed/opensm/libvendor/ |
| H A D | osm_vendor_al.c | 342 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 D | osm_vendor_mtl.c | 222 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 D | osm_vendor_al.h | 260 ib_al_handle_t h_al; member
|
| H A D | osm_vendor_mtl.h | 125 ib_al_handle_t h_al; member
|