Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_dcb.h54 #define IXGBE_DCB_MAX_BW_GROUP 8 macro
126 u8 bw_percentage[2][IXGBE_DCB_MAX_BW_GROUP]; /* One each for Tx/Rx */
H A Dixgbe_dcb.c315 u8 bw_sum[2][IXGBE_DCB_MAX_BW_GROUP]; in ixgbe_dcb_check_config_cee()
316 bool link_strict[2][IXGBE_DCB_MAX_BW_GROUP]; in ixgbe_dcb_check_config_cee()
330 if (bw_id >= IXGBE_DCB_MAX_BW_GROUP) { in ixgbe_dcb_check_config_cee()
355 for (j = 0; j < IXGBE_DCB_MAX_BW_GROUP; j++) { in ixgbe_dcb_check_config_cee()