Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ale/
HDif_alevar.h175 uint64_t tx_mcast_bytes; member
HDif_alereg.h613 uint32_t tx_mcast_bytes; member
HDif_ale.c926 &stats->tx_mcast_bytes, "Good multicast octets"); in ale_sysctl_node()
2120 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; reg++) { in ale_stats_clear()
2147 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; reg++) { in ale_stats_update()
2203 stat->tx_mcast_bytes += smb->tx_mcast_bytes; in ale_stats_update()
/NextBSD/sys/dev/age/
HDif_agevar.h187 uint64_t tx_mcast_bytes; member
HDif_agereg.h541 uint32_t tx_mcast_bytes; member
HDif_age.c2087 stat->tx_mcast_bytes += smb->tx_mcast_bytes; in age_stats_update()
3229 (uintmax_t)stats->tx_mcast_bytes); in sysctl_age_stats()
/NextBSD/sys/dev/alc/
HDif_alcvar.h191 uint64_t tx_mcast_bytes; member
HDif_alcreg.h1172 uint32_t tx_mcast_bytes; member
HDif_alc.c1852 &stats->tx_mcast_bytes, "Good multicast octets"); in alc_sysctl_node()
3176 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; in alc_stats_clear()
3213 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; in alc_stats_update()
3271 stat->tx_mcast_bytes += smb->tx_mcast_bytes; in alc_stats_update()
/NextBSD/contrib/ofed/libcxgb4/src/
HDt4fw_interface.h5451 __be64 tx_mcast_bytes; member
5470 __be64 tx_mcast_bytes; member
7295 __be64 tx_mcast_bytes; member
/NextBSD/sys/dev/cxgbe/firmware/
HDt4fw_interface.h5767 __be64 tx_mcast_bytes; member
5786 __be64 tx_mcast_bytes; member
7678 __be64 tx_mcast_bytes; member
/NextBSD/sys/dev/cxgbe/
HDt4_main.c1658 return (s->tx_bcast_bytes + s->tx_mcast_bytes + in vi_get_counter()
4886 stats->tx_mcast_bytes = GET_STAT(TX_VF_MCAST_BYTES); in t4_get_vi_stats()