Home
last modified time | relevance | path

Searched refs:hn_stats (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/net/netvsc/
H A Dhn_ethdev.c68 { "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 Dhn_var.h41 struct hn_stats { struct
75 struct hn_stats stats;
88 struct hn_stats stats;
H A Dhn_rxtx.c108 hn_update_packet_stats(struct hn_stats *stats, const struct rte_mbuf *m) in hn_update_packet_stats()