Searched refs:max_tc (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ixgbe/core/ | ||
H A D | ixgbe_dcb_82599.c | 286 u8 max_tc = 0; local 311 if (map[i] > max_tc) 312 max_tc = map[i]; 317 for (i = 0; i <= max_tc; i++) { |
Completed in 44 milliseconds