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

/freebsd-13-stable/contrib/ofed/opensm/opensm/
H A Dosm_console.c1201 uint32_t port_max_count = 0; local
1282 if (port_count[i] > port_max_count)
1283 port_max_count = port_count[i];
1317 if ((port_max_count - port_min_count) > 1) {

Completed in 57 milliseconds