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

/freebsd-10.1-release/contrib/ofed/management/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-10.1-release/contrib/ofed/management/opensm/libvendor/
H A Dosm_vendor_al.c356 status = ib_open_al(&p_vend->h_al);
408 ib_close_al((*pp_vend)->h_al);
432 status = ib_query_ca_by_guid(p_vend->h_al, ca_guid, NULL,
452 status = ib_query_ca_by_guid(p_vend->h_al, ca_guid, p_ca_info->p_attr,
527 status = ib_get_ca_guids(p_vend->h_al, NULL, p_num_guids);
552 status = ib_get_ca_guids(p_vend->h_al, *p_guids, p_num_guids);
829 status = ib_open_ca(p_vend->h_al,
H A Dosm_vendor_mtl.c225 if (p_vend->h_al != NULL) {
226 vendor_mgt_bind_p = (osm_vendor_mgt_bind_t *) p_vend->h_al;
331 /* cast it into the ib_al_handle_t h_al */
332 p_vend->h_al = (ib_al_handle_t) ib_mgt_hdl_p;
618 ib_mgt_hdl_p = (osm_vendor_mgt_bind_t *) p_vend->h_al;

Completed in 50 milliseconds