Searched refs:hn_stats (Results 1 – 3 of 3) sorted by relevance
| /dpdk/drivers/net/netvsc/ |
| H A D | hn_ethdev.c | 68 { "good_packets", offsetof(struct hn_stats, packets) }, 69 { "good_bytes", offsetof(struct hn_stats, bytes) }, 70 { "errors", offsetof(struct hn_stats, errors) }, 71 { "ring full", offsetof(struct hn_stats, ring_full) }, 72 { "channel full", offsetof(struct hn_stats, channel_full) }, 73 { "multicast_packets", offsetof(struct hn_stats, multicast) }, 74 { "broadcast_packets", offsetof(struct hn_stats, broadcast) }, 75 { "undersize_packets", offsetof(struct hn_stats, size_bins[0]) }, 76 { "size_64_packets", offsetof(struct hn_stats, size_bins[1]) }, 845 memset(&txq->stats, 0, sizeof(struct hn_stats)); in hn_dev_stats_reset() [all …]
|
| H A D | hn_var.h | 41 struct hn_stats { struct 75 struct hn_stats stats; 88 struct hn_stats stats;
|
| H A D | hn_rxtx.c | 108 hn_update_packet_stats(struct hn_stats *stats, const struct rte_mbuf *m) in hn_update_packet_stats()
|