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

/freebsd-11-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_mlx_hca.c309 VAPI_hca_id_t *p_ca_ids = NULL; local
318 status = __osm_vendor_get_ca_ids(p_vend, &p_ca_ids, &ca_count);
342 __osm_ca_info_init(p_vend, p_ca_ids[ca], &p_ca_infos[ca]);
383 if (p_ca_ids)
384 free(p_ca_ids);
409 VAPI_hca_id_t *p_ca_ids = NULL; local
428 status = __osm_vendor_get_ca_ids(p_vend, &p_ca_ids, &ca_count);
441 vapi_res = EVAPI_get_hca_hndl(p_ca_ids[ca], &hca_hndl);
453 "Querying CA %s.\n", p_ca_ids[ca]);
494 memcpy(p_hca_id, p_ca_ids[c
[all...]
H A Dosm_vendor_mtl_hca_guid.c321 VAPI_hca_id_t *p_ca_ids = NULL; local
333 status = __osm_vendor_get_ca_ids(p_vend, &p_ca_ids, &ca_count);
359 status = __osm_ca_info_init(p_vend, p_ca_ids[ca], p_ca_info);
406 if (p_ca_ids)
407 free(p_ca_ids);
427 VAPI_hca_id_t *p_ca_ids = NULL; local
446 status = __osm_vendor_get_ca_ids(p_vend, &p_ca_ids, &ca_count);
459 vapi_res = EVAPI_get_hca_hndl(p_ca_ids[ca], &hca_hndl);
471 "Querying CA %s.\n", p_ca_ids[ca]);
512 memcpy(p_hca_id, p_ca_ids[c
[all...]

Completed in 74 milliseconds