Home
last modified time | relevance | path

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

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