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

/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_hca.c177 IB_gid_t *p_port_gid; local
235 p_port_gid = (IB_gid_t *) malloc(maxNumGids * sizeof(IB_gid_t));
239 &maxNumGids, p_port_gid);
247 __osm_vendor_gid_to_guid(p_port_gid[0],
256 free(p_port_gid);
414 IB_gid_t *p_port_gid = NULL; local
471 p_port_gid =
478 p_port_gid);
488 __osm_vendor_gid_to_guid(p_port_gid[0],
502 free(p_port_gid);
[all...]
H A Dosm_vendor_mtl_hca_guid.c197 IB_gid_t *p_port_gid; local
255 p_port_gid = (IB_gid_t *) malloc(maxNumGids * sizeof(IB_gid_t));
259 &maxNumGids, p_port_gid);
267 __osm_vendor_gid_to_guid(p_port_gid[0],
276 free(p_port_gid);
432 IB_gid_t *p_port_gid = NULL; local
489 p_port_gid =
496 p_port_gid);
506 __osm_vendor_gid_to_guid(p_port_gid[0],
519 free(p_port_gid);
[all...]

Completed in 162 milliseconds