Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/netvsc/
H A Dhn_ethdev.c59 { "good_packets", offsetof(struct hn_stats, packets) },
60 { "good_bytes", offsetof(struct hn_stats, bytes) },
61 { "errors", offsetof(struct hn_stats, errors) },
62 { "ring full", offsetof(struct hn_stats, ring_full) },
63 { "channel full", offsetof(struct hn_stats, channel_full) },
64 { "multicast_packets", offsetof(struct hn_stats, multicast) },
65 { "broadcast_packets", offsetof(struct hn_stats, broadcast) },
66 { "undersize_packets", offsetof(struct hn_stats, size_bins[0]) },
67 { "size_64_packets", offsetof(struct hn_stats, size_bins[1]) },
679 memset(&txq->stats, 0, sizeof(struct hn_stats)); in hn_dev_stats_reset()
[all …]
H A Dhn_var.h43 struct hn_stats { struct
77 struct hn_stats stats;
90 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()