Searched refs:e1000_vf_stats (Results 1 – 3 of 3) sorted by relevance
| /dpdk/drivers/net/e1000/base/ |
| H A D | e1000_vf.h | 135 struct e1000_vf_stats { struct
|
| H A D | e1000_hw.h | 590 struct e1000_vf_stats { struct
|
| /dpdk/drivers/net/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)}, 1988 igbvf_read_stats_registers(struct e1000_hw *hw, struct e1000_vf_stats *hw_stats) in igbvf_read_stats_registers() 2047 struct e1000_vf_stats *hw_stats = (struct e1000_vf_stats *) in eth_igbvf_xstats_get() 2072 struct e1000_vf_stats *hw_stats = (struct e1000_vf_stats *) in eth_igbvf_stats_get() 2090 struct e1000_vf_stats *hw_stats = (struct e1000_vf_stats*) in eth_igbvf_stats_reset() 2098 offsetof(struct e1000_vf_stats, gprc)); in eth_igbvf_stats_reset()
|