Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/intel/i40e/
Di40e.h675 struct i40e_eth_stats stats;
676 struct i40e_eth_stats stats_offsets;
703 struct i40e_eth_stats eth_stats;
704 struct i40e_eth_stats eth_stats_offsets;
Di40e_type.h1217 struct i40e_eth_stats { struct
1243 struct i40e_eth_stats eth; argument
Di40e_virtchnl_pf.c2372 struct i40e_eth_stats stats; in i40e_vc_get_stats_msg()
2376 memset(&stats, 0, sizeof(struct i40e_eth_stats)); in i40e_vc_get_stats_msg()
Di40e_main.c606 struct i40e_eth_stats *oes; in i40e_update_eth_stats()
607 struct i40e_eth_stats *es; /* device's eth stats */ in i40e_update_eth_stats()
670 struct i40e_eth_stats *oes; in i40e_update_veb_stats()
671 struct i40e_eth_stats *es; /* device's eth stats */ in i40e_update_veb_stats()
756 struct i40e_eth_stats *oes; in i40e_update_vsi_stats()
757 struct i40e_eth_stats *es; /* device's eth stats */ in i40e_update_vsi_stats()
Di40e_debugfs.c593 struct i40e_eth_stats *estats) in i40e_dbg_dump_eth_stats()
/Linux-v4.19/drivers/net/ethernet/intel/i40evf/
Di40evf.h341 struct i40e_eth_stats current_stats;
Di40e_type.h1156 struct i40e_eth_stats { struct
1182 struct i40e_eth_stats eth; argument
Di40evf_virtchnl.c1311 struct i40e_eth_stats *stats = in i40evf_virtchnl_completion()
1312 (struct i40e_eth_stats *)msg; in i40evf_virtchnl_completion()