Searched refs:I40E_STAT (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/net/ethernet/intel/i40e/ |
| D | i40e_ethtool.c | 20 #define I40E_STAT(_type, _name, _stat) { \ macro 27 I40E_STAT(struct rtnl_link_stats64, #_net_stat, _net_stat) 29 I40E_STAT(struct i40e_pf, _name, _stat) 31 I40E_STAT(struct i40e_vsi, _name, _stat) 33 I40E_STAT(struct i40e_veb, _name, _stat) 35 I40E_STAT(struct i40e_pfc_stats, _name, _stat)
|