Home
last modified time | relevance | path

Searched defs:mac_stats (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/dev/pci/cxgb/
H A Dcxgb_common.h182 struct mac_stats { struct
183 u64 tx_octets; /* total # of octets in good frames */
184 u64 tx_octets_bad; /* total # of octets in error frames */
185 u64 tx_frames; /* all good frames */
186 u64 tx_mcast_frames; /* good multicast frames */
187 u64 tx_bcast_frames; /* good broadcast frames */
188 u64 tx_pause; /* # of transmitted pause frames */
189 u64 tx_deferred; /* frames with deferred transmissions */
190 u64 tx_late_collisions; /* # of late collisions */
191 u64 tx_total_collisions; /* # of total collisions */
[all …]