Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e.h432 struct i40e_eth_stats stats;
433 struct i40e_eth_stats stats_offsets;
454 struct i40e_eth_stats eth_stats;
455 struct i40e_eth_stats eth_stats_offsets;
Di40e_type.h1057 struct i40e_eth_stats { struct
1094 struct i40e_eth_stats eth;
Di40e_virtchnl_pf.c1460 struct i40e_eth_stats stats; in i40e_vc_get_stats_msg()
1464 memset(&stats, 0, sizeof(struct i40e_eth_stats)); in i40e_vc_get_stats_msg()
Di40e_main.c558 struct i40e_eth_stats *oes; in i40e_update_eth_stats()
559 struct i40e_eth_stats *es; /* device's eth stats */ in i40e_update_eth_stats()
622 struct i40e_eth_stats *oes; in i40e_update_veb_stats()
623 struct i40e_eth_stats *es; /* device's eth stats */ in i40e_update_veb_stats()
830 struct i40e_eth_stats *oes; in i40e_update_vsi_stats()
831 struct i40e_eth_stats *es; /* device's eth stats */ in i40e_update_vsi_stats()
Di40e_debugfs.c888 struct i40e_eth_stats *estats) in i40e_dbg_dump_eth_stats()
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40evf.h255 struct i40e_eth_stats current_stats;
Di40evf_virtchnl.c716 struct i40e_eth_stats *stats = in i40evf_virtchnl_completion()
717 (struct i40e_eth_stats *)msg; in i40evf_virtchnl_completion()
Di40e_type.h1051 struct i40e_eth_stats { struct
1069 struct i40e_eth_stats eth; argument