Home
last modified time | relevance | path

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

/freebsd/sys/dev/cxgb/common/
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 …]
/freebsd/sys/dev/sfxge/
H A Dsfxge_port.c105 uint64_t *mac_stats; in sfxge_get_counter() local
H A Dsfxge.h248 struct sfxge_hw_stats mac_stats; member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Drx.c670 struct iwl_statistics_ntfy_per_mac *mac_stats; iwl_mvm_stat_iterator_all_macs() local
/freebsd/sys/dev/al_eth/
H A Dal_eth.c2794 struct al_eth_mac_stats *mac_stats = &adapter->mac_stats; in al_eth_update_stats() local
2808 struct al_eth_mac_stats *mac_stats; in al_get_counter() local
H A Dal_eth.h302 struct al_eth_mac_stats mac_stats; member
/freebsd/sys/dev/bwn/
H A Dif_bwnvar.h948 struct bwn_stats mac_stats; member
/freebsd/sys/dev/bxe/
H A Decore_hsi.h3266 union mac_stats { union