Searched defs:mac_stats (Results 1 – 8 of 8) sorted by relevance
182 struct mac_stats { struct183 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 …]
105 uint64_t *mac_stats; in sfxge_get_counter() local
248 struct sfxge_hw_stats mac_stats; member
670 struct iwl_statistics_ntfy_per_mac *mac_stats; iwl_mvm_stat_iterator_all_macs() local
2794 struct al_eth_mac_stats *mac_stats = &adapter->mac_stats; in al_eth_update_stats() local2808 struct al_eth_mac_stats *mac_stats; in al_get_counter() local
302 struct al_eth_mac_stats mac_stats; member
948 struct bwn_stats mac_stats; member
3266 union mac_stats { union