Searched refs:i40e_add_ethtool_stats (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_ethtool.c | 75 * the memory supplied as data. Used to implement i40e_add_ethtool_stats and 138 * i40e_add_ethtool_stats - copy stats into ethtool supplied buffer 150 #define i40e_add_ethtool_stats(data, pointer, stats) \ macro 159 * u64_stats_fetch_begin, so we can't directly use i40e_add_ethtool_stats. 2370 * into i40e_add_ethtool_stats. Produce a formatted i40e_pfc_stats structure 2416 i40e_add_ethtool_stats(&data, i40e_get_vsi_stats_struct(vsi), in i40e_get_ethtool_stats() 2419 i40e_add_ethtool_stats(&data, vsi, i40e_gstrings_misc_stats); in i40e_get_ethtool_stats() 2441 i40e_add_ethtool_stats(&data, veb_stats ? veb : NULL, in i40e_get_ethtool_stats() 2449 i40e_add_ethtool_stats(&data, &veb_tc, in i40e_get_ethtool_stats() 2452 i40e_add_ethtool_stats( in i40e_get_ethtool_stats() [all...] |