Searched refs:i40e_add_ethtool_stats (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/net/ethernet/intel/i40e/ |
| D | i40e_ethtool.c | 148 #define i40e_add_ethtool_stats(data, pointer, stats) \ macro 2267 i40e_add_ethtool_stats(&data, i40e_get_vsi_stats_struct(vsi), in i40e_get_ethtool_stats() 2270 i40e_add_ethtool_stats(&data, vsi, i40e_gstrings_misc_stats); in i40e_get_ethtool_stats() 2295 i40e_add_ethtool_stats(&data, veb_stats ? veb : NULL, in i40e_get_ethtool_stats() 2299 i40e_add_ethtool_stats(&data, veb_stats ? veb : NULL, in i40e_get_ethtool_stats() 2302 i40e_add_ethtool_stats(&data, pf, i40e_gstrings_stats); in i40e_get_ethtool_stats() 2307 i40e_add_ethtool_stats(&data, &pfc, i40e_gstrings_pfc_stats); in i40e_get_ethtool_stats()
|