Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/ixgbevf/
Dethtool.c95 #define IXGBE_GLOBAL_STATS_LEN ARRAY_SIZE(ixgbe_gstrings_stats) macro
97 #define IXGBEVF_STATS_LEN (IXGBE_GLOBAL_STATS_LEN + IXGBE_QUEUE_STATS_LEN)
401 return IXGBE_GLOBAL_STATS_LEN; in ixgbevf_get_sset_count()
439 for (i = 0; i < IXGBE_GLOBAL_STATS_LEN; i++) { in ixgbevf_get_ethtool_stats()
470 for (i = 0; i < IXGBE_GLOBAL_STATS_LEN; i++) { in ixgbevf_get_strings()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ethtool.c136 #define IXGBE_GLOBAL_STATS_LEN ARRAY_SIZE(ixgbe_gstrings_stats) macro
143 #define IXGBE_STATS_LEN (IXGBE_GLOBAL_STATS_LEN + \
1098 for (i = 0; i < IXGBE_GLOBAL_STATS_LEN; i++) { in ixgbe_get_ethtool_stats()
1197 for (i = 0; i < IXGBE_GLOBAL_STATS_LEN; i++) { in ixgbe_get_strings()