Home
last modified time | relevance | path

Searched refs:tx_mcast_bytes (Results 1 – 9 of 9) sorted by relevance

/dragonfly/sys/dev/netif/ale/
HDif_alevar.h175 uint64_t tx_mcast_bytes; member
HDif_alereg.h616 uint32_t tx_mcast_bytes; member
HDif_ale.c826 &stats->tx_mcast_bytes, "Good multicast octets"); in ale_sysctl_node()
1852 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; reg++) { in ale_stats_clear()
1877 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; reg++) { in ale_stats_update()
1934 stat->tx_mcast_bytes += smb->tx_mcast_bytes; in ale_stats_update()
/dragonfly/sys/dev/netif/age/
HDif_agevar.h181 uint64_t tx_mcast_bytes; member
HDif_agereg.h540 uint32_t tx_mcast_bytes; member
HDif_age.c1826 stat->tx_mcast_bytes += smb->tx_mcast_bytes; in age_stats_update()
2878 (uintmax_t)stats->tx_mcast_bytes); in sysctl_age_stats()
/dragonfly/sys/dev/netif/alc/
HDif_alcvar.h192 uint64_t tx_mcast_bytes; member
HDif_alcreg.h1188 uint32_t tx_mcast_bytes; member
HDif_alc.c1796 &stats->tx_mcast_bytes, "Good multicast octets"); in alc_sysctl_node()
3089 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; in alc_stats_clear()
3124 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; in alc_stats_update()
3182 stat->tx_mcast_bytes += smb->tx_mcast_bytes; in alc_stats_update()