Searched refs:e1000_vf_stats (Results 1 – 3 of 3) sorted by relevance
| /f-stack/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
|
| /f-stack/dpdk/drivers/net/e1000/ |
| H A D | igb_ethdev.c | 501 {"rx_multicast_packets", offsetof(struct e1000_vf_stats, mprc)}, 502 {"rx_good_loopback_packets", offsetof(struct e1000_vf_stats, gprlbc)}, 503 {"tx_good_loopback_packets", offsetof(struct e1000_vf_stats, gptlbc)}, 504 {"rx_good_loopback_bytes", offsetof(struct e1000_vf_stats, gorlbc)}, 505 {"tx_good_loopback_bytes", offsetof(struct e1000_vf_stats, gotlbc)}, 2006 igbvf_read_stats_registers(struct e1000_hw *hw, struct e1000_vf_stats *hw_stats) in igbvf_read_stats_registers() 2065 struct e1000_vf_stats *hw_stats = (struct e1000_vf_stats *) in eth_igbvf_xstats_get() 2090 struct e1000_vf_stats *hw_stats = (struct e1000_vf_stats *) in eth_igbvf_stats_get() 2108 struct e1000_vf_stats *hw_stats = (struct e1000_vf_stats*) in eth_igbvf_stats_reset() 2116 offsetof(struct e1000_vf_stats, gprc)); in eth_igbvf_stats_reset()
|