Searched refs:iavf_add_ethtool_stats (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_ethtool.c | 66 * the memory supplied as data. Used to implement iavf_add_ethtool_stats and 129 * iavf_add_ethtool_stats - copy stats into ethtool supplied buffer 141 #define iavf_add_ethtool_stats(data, pointer, stats) \ macro 150 * u64_stats_fetch_begin_irq, so we can't directly use iavf_add_ethtool_stats. 357 iavf_add_ethtool_stats(&data, adapter, iavf_gstrings_stats); in iavf_get_ethtool_stats()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/iavf/ |
H A D | iavf_ethtool.c | 66 * the memory supplied as data. Used to implement iavf_add_ethtool_stats and 129 * iavf_add_ethtool_stats - copy stats into ethtool supplied buffer 141 #define iavf_add_ethtool_stats(data, pointer, stats) \ macro 150 * u64_stats_fetch_begin, so we can't directly use iavf_add_ethtool_stats. 367 iavf_add_ethtool_stats(&data, adapter, iavf_gstrings_stats); in iavf_get_ethtool_stats()
|
Completed in 4 milliseconds