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

/freebsd-12-stable/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_al.h260 ib_al_handle_t h_al; member in struct:_osm_vendor
271 * h_al
H A Dosm_vendor_mtl.h125 ib_al_handle_t h_al; member in struct:_osm_vendor
135 * h_al
/freebsd-12-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_al.c342 status = ib_open_al(&p_vend->h_al);
390 ib_close_al((*pp_vend)->h_al);
412 status = ib_query_ca_by_guid(p_vend->h_al, ca_guid, NULL,
432 status = ib_query_ca_by_guid(p_vend->h_al, ca_guid, p_ca_info->p_attr,
501 status = ib_get_ca_guids(p_vend->h_al, NULL, p_num_guids);
526 status = ib_get_ca_guids(p_vend->h_al, *p_guids, p_num_guids);
795 status = ib_open_ca(p_vend->h_al,
H A Dosm_vendor_mtl.c222 if (p_vend->h_al != NULL) {
223 vendor_mgt_bind_p = (osm_vendor_mgt_bind_t *) p_vend->h_al;
328 /* cast it into the ib_al_handle_t h_al */
329 p_vend->h_al = (ib_al_handle_t) ib_mgt_hdl_p;
615 ib_mgt_hdl_p = (osm_vendor_mgt_bind_t *) p_vend->h_al;

Completed in 108 milliseconds