Searched refs:e1000_vf_stats (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igbvf/ |
| H A D | igbvf.h | 232 struct e1000_vf_stats stats;
|
| H A D | vf.h | 117 struct e1000_vf_stats { struct
|
| /OK3568_Linux_fs/external/dpdk/pcie/e1000/ |
| H A D | igb_ethdev.c | 499 {"rx_multicast_packets", offsetof(struct e1000_vf_stats, mprc)}, 500 {"rx_good_loopback_packets", offsetof(struct e1000_vf_stats, gprlbc)}, 501 {"tx_good_loopback_packets", offsetof(struct e1000_vf_stats, gptlbc)}, 502 {"rx_good_loopback_bytes", offsetof(struct e1000_vf_stats, gorlbc)}, 503 {"tx_good_loopback_bytes", offsetof(struct e1000_vf_stats, gotlbc)}, 2239 igbvf_read_stats_registers(struct e1000_hw *hw, struct e1000_vf_stats *hw_stats) in igbvf_read_stats_registers() 2298 struct e1000_vf_stats *hw_stats = (struct e1000_vf_stats *) in eth_igbvf_xstats_get() 2323 struct e1000_vf_stats *hw_stats = (struct e1000_vf_stats *) in eth_igbvf_stats_get() 2341 struct e1000_vf_stats *hw_stats = (struct e1000_vf_stats*) in eth_igbvf_stats_reset() 2349 offsetof(struct e1000_vf_stats, gprc)); in eth_igbvf_stats_reset()
|