Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/net/ethernet/intel/ixgbe/
Dixgbe_dcb_82599.c64 for (i = 0; i < MAX_USER_PRIORITY; i++) in ixgbe_dcb_config_rx_arbiter_82599()
174 for (i = 0; i < MAX_USER_PRIORITY; i++) in ixgbe_dcb_config_tx_data_arbiter_82599()
217 for (i = 0; i < MAX_USER_PRIORITY; i++) in ixgbe_dcb_config_pfc_82599()
232 for (j = 0; j < MAX_USER_PRIORITY; j++) { in ixgbe_dcb_config_pfc_82599()
Dixgbe_dcb.h38 #define MAX_USER_PRIORITY 8 macro
Dixgbe_dcb_nl.c155 u8 prio_tc[MAX_USER_PRIORITY] = {0}; in ixgbe_dcbnl_set_state()
383 u8 prio_tc[MAX_USER_PRIORITY]; in ixgbe_dcbnl_set_all()
417 u8 prio_tc[MAX_USER_PRIORITY]; in ixgbe_dcbnl_set_all()
Dixgbe_dcb.c241 for_each_set_bit(up, &bitmap, MAX_USER_PRIORITY) in ixgbe_dcb_unpack_map()
Dixgbe_lib.c396 u8 prio_tc[MAX_USER_PRIORITY] = {0}; in ixgbe_set_dcb_queues()