Home
last modified time | relevance | path

Searched refs:p_port_gid (Results 1 – 2 of 2) sorted by relevance

/freebsd-head/contrib/ofed/opensm/libvendor/
HDosm_vendor_mlx_hca.c177 IB_gid_t *p_port_gid; in __osm_ca_info_init() local
235 p_port_gid = (IB_gid_t *) malloc(maxNumGids * sizeof(IB_gid_t)); in __osm_ca_info_init()
239 &maxNumGids, p_port_gid); in __osm_ca_info_init()
247 __osm_vendor_gid_to_guid(p_port_gid[0], in __osm_ca_info_init()
256 free(p_port_gid); in __osm_ca_info_init()
414 IB_gid_t *p_port_gid = NULL; in osm_vendor_get_guid_ca_and_port() local
471 p_port_gid = in osm_vendor_get_guid_ca_and_port()
478 p_port_gid); in osm_vendor_get_guid_ca_and_port()
488 __osm_vendor_gid_to_guid(p_port_gid[0], in osm_vendor_get_guid_ca_and_port()
502 free(p_port_gid); in osm_vendor_get_guid_ca_and_port()
[all …]
HDosm_vendor_mtl_hca_guid.c197 IB_gid_t *p_port_gid; in __osm_ca_info_init() local
255 p_port_gid = (IB_gid_t *) malloc(maxNumGids * sizeof(IB_gid_t)); in __osm_ca_info_init()
259 &maxNumGids, p_port_gid); in __osm_ca_info_init()
267 __osm_vendor_gid_to_guid(p_port_gid[0], in __osm_ca_info_init()
276 free(p_port_gid); in __osm_ca_info_init()
432 IB_gid_t *p_port_gid = NULL; in osm_vendor_get_guid_ca_and_port() local
489 p_port_gid = in osm_vendor_get_guid_ca_and_port()
496 p_port_gid); in osm_vendor_get_guid_ca_and_port()
506 __osm_vendor_gid_to_guid(p_port_gid[0], in osm_vendor_get_guid_ca_and_port()
519 free(p_port_gid); in osm_vendor_get_guid_ca_and_port()
[all …]