Home
last modified time | relevance | path

Searched refs:i40e_eth_stats (Results 1 – 8 of 8) sorted by relevance

/drivers/net/ethernet/intel/i40e/
Di40e.h454 struct i40e_eth_stats stats;
455 struct i40e_eth_stats stats_offsets;
480 struct i40e_eth_stats eth_stats;
481 struct i40e_eth_stats eth_stats_offsets;
Di40e_type.h1138 struct i40e_eth_stats { struct
1183 struct i40e_eth_stats eth;
Di40e_virtchnl_pf.c1512 struct i40e_eth_stats stats; in i40e_vc_get_stats_msg()
1516 memset(&stats, 0, sizeof(struct i40e_eth_stats)); in i40e_vc_get_stats_msg()
Di40e_main.c608 struct i40e_eth_stats *oes; in i40e_update_eth_stats()
609 struct i40e_eth_stats *es; /* device's eth stats */ in i40e_update_eth_stats()
672 struct i40e_eth_stats *oes; in i40e_update_veb_stats()
673 struct i40e_eth_stats *es; /* device's eth stats */ in i40e_update_veb_stats()
876 struct i40e_eth_stats *oes; in i40e_update_vsi_stats()
877 struct i40e_eth_stats *es; /* device's eth stats */ in i40e_update_vsi_stats()
Di40e_debugfs.c892 struct i40e_eth_stats *estats) in i40e_dbg_dump_eth_stats()
/drivers/net/ethernet/intel/i40evf/
Di40evf.h271 struct i40e_eth_stats current_stats;
Di40evf_virtchnl.c749 struct i40e_eth_stats *stats = in i40evf_virtchnl_completion()
750 (struct i40e_eth_stats *)msg; in i40evf_virtchnl_completion()
Di40e_type.h1121 struct i40e_eth_stats { struct
1147 struct i40e_eth_stats eth; argument