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

/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c2275 * i40e_get_stats_count - return the stats count for a device
2288 static int i40e_get_stats_count(struct net_device *netdev) function
2329 return i40e_get_stats_count(netdev);
2393 * pre-allocated to the size returned by i40e_get_stats_count.. Note that all
2395 * for a given netdev. See i40e_get_stats_count for more details.
2465 WARN_ONCE(data - p != i40e_get_stats_count(netdev),
2475 * pre-allocated with the size reported by i40e_get_stats_count. Note that the
2477 * change for a given netdev. See i40e_get_stats_count for more details.
2512 WARN_ONCE(data - p != i40e_get_stats_count(netdev) * ETH_GSTRING_LEN,

Completed in 233 milliseconds