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

/freebsd-13-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_umadt.c250 uint32_t caCount, caGuidCount; local
288 caGuidCount = 8;
290 p_umadt_obj->IbtInterface.GetCaGuidArray(&caGuidCount,
293 if ((Status != FSUCCESS) || (caGuidCount == 0)) {
301 for (caCount = 0; caCount < caGuidCount; caCount++) {

Completed in 42 milliseconds