Home
last modified time | relevance | path

Searched refs:i40e_get_stats_count (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c2163 * i40e_get_stats_count - return the stats count for a device
2176 static int i40e_get_stats_count(struct net_device *netdev) in i40e_get_stats_count() function
2217 return i40e_get_stats_count(netdev); in i40e_get_sset_count()
2281 * pre-allocated to the size returned by i40e_get_stats_count.. Note that all
2283 * for a given netdev. See i40e_get_stats_count for more details.
2353 WARN_ONCE(data - p != i40e_get_stats_count(netdev), in i40e_get_ethtool_stats()
2363 * pre-allocated with the size reported by i40e_get_stats_count. Note that the
2365 * change for a given netdev. See i40e_get_stats_count for more details.
2400 WARN_ONCE(data - p != i40e_get_stats_count(netdev) * ETH_GSTRING_LEN, in i40e_get_stat_strings()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c2265 * i40e_get_stats_count - return the stats count for a device
2278 static int i40e_get_stats_count(struct net_device *netdev) in i40e_get_stats_count() function
2319 return i40e_get_stats_count(netdev); in i40e_get_sset_count()
2383 * pre-allocated to the size returned by i40e_get_stats_count.. Note that all
2385 * for a given netdev. See i40e_get_stats_count for more details.
2455 WARN_ONCE(data - p != i40e_get_stats_count(netdev), in i40e_get_ethtool_stats()
2465 * pre-allocated with the size reported by i40e_get_stats_count. Note that the
2467 * change for a given netdev. See i40e_get_stats_count for more details.
2502 WARN_ONCE(data - p != i40e_get_stats_count(netdev) * ETH_GSTRING_LEN, in i40e_get_stat_strings()

Completed in 14 milliseconds