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

/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c21 * be defined in constant arrays using the I40E_STAT macro, with every element
45 #define I40E_STAT(_type, _name, _stat) { \ macro
55 I40E_STAT(struct rtnl_link_stats64, #_net_stat, _net_stat)
59 I40E_STAT(struct i40e_ring, _name, _stat)
231 I40E_STAT(struct i40e_pf, _name, _stat)
233 I40E_STAT(struct i40e_vsi, _name, _stat)
235 I40E_STAT(struct i40e_veb, _name, _stat)
237 I40E_STAT(struct i40e_cp_veb_tc_stats, _name, _stat)
239 I40E_STAT(struct i40e_pfc_stats, _name, _stat)

Completed in 278 milliseconds