Searched defs:mac_stats (Results 1 – 11 of 11) sorted by relevance
192 struct mac_stats { struct193 u64 tx_octets; /* total # of octets in good frames */194 u64 tx_octets_bad; /* total # of octets in error frames */195 u64 tx_frames; /* all good frames */196 u64 tx_mcast_frames; /* good multicast frames */197 u64 tx_bcast_frames; /* good broadcast frames */198 u64 tx_pause; /* # of transmitted pause frames */199 u64 tx_deferred; /* frames with deferred transmissions */200 u64 tx_late_collisions; /* # of late collisions */201 u64 tx_total_collisions; /* # of total collisions */[all …]
65 struct mac_stats { struct66 u64 rx_stat[6];67 u64 tx_stat[6];68 u64 aggr_stat[2];69 u64 aggr_n[32];70 u64 zero_len_del[2];
1243 struct qlcnic_mac_statistics *mac_stats = in qlcnic_fill_stats() local1336 struct qlcnic_mac_statistics mac_stats; in qlcnic_get_ethtool_stats() local
1123 struct qlcnic_mac_statistics *mac_stats) in qlcnic_get_mac_stats()
1284 struct net_device_stats *mac_stats(struct net_device *dev) in mac_stats() function
2802 struct ace_mac_stats __iomem *mac_stats = in ace_get_stats() local
2445 struct bfi_enet_stats_mac *mac_stats; in bnad_netdev_hwstats_fill() local
845 struct bfi_enet_stats_mac mac_stats; member
1274 union mac_stats mac_stats; member
2787 union mac_stats { union
3266 union niu_mac_stats mac_stats; member