Home
last modified time | relevance | path

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

/freebsd/sys/dev/ale/
H A Dif_alevar.h175 uint64_t tx_mcast_bytes; member
H A Dif_alereg.h613 uint32_t tx_mcast_bytes; member
H A Dif_ale.c916 &stats->tx_mcast_bytes, "Good multicast octets"); in ale_sysctl_node()
2110 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; reg++) { in ale_stats_clear()
2137 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; reg++) { in ale_stats_update()
2193 stat->tx_mcast_bytes += smb->tx_mcast_bytes; in ale_stats_update()
/freebsd/sys/dev/age/
H A Dif_agevar.h187 uint64_t tx_mcast_bytes; member
H A Dif_agereg.h541 uint32_t tx_mcast_bytes; member
H A Dif_age.c2082 stat->tx_mcast_bytes += smb->tx_mcast_bytes; in age_stats_update()
3220 (uintmax_t)stats->tx_mcast_bytes); in sysctl_age_stats()
/freebsd/sys/dev/alc/
H A Dif_alcvar.h191 uint64_t tx_mcast_bytes; member
H A Dif_alcreg.h1182 uint32_t tx_mcast_bytes; member
H A Dif_alc.c1899 &stats->tx_mcast_bytes, "Good multicast octets"); in alc_sysctl_node()
3231 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; in alc_stats_clear()
3268 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; in alc_stats_update()
3326 stat->tx_mcast_bytes += smb->tx_mcast_bytes; in alc_stats_update()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dstats.h89 u64 tx_mcast_bytes; member
H A Dstats.c333 d->tx_mcast_bytes = le64_to_cpu(s->tx_mcast_bytes); in bnxt_re_copy_rstat()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dev_api.h376 u64 tx_mcast_bytes; member
H A Decore_l2.c1786 p_stats->common.tx_mcast_bytes += in __ecore_get_vport_pstats()
H A Dqlnx_os.c1845 CTLFLAG_RD, &ha->hw_stats.common.tx_mcast_bytes, in qlnx_add_hw_stats_sysctls()
7161 ha->hw_stats.common.tx_mcast_bytes + in qlnx_get_counter()
7170 count = ha->hw_stats.common.tx_mcast_bytes; in qlnx_get_counter()
/freebsd/contrib/ofed/libcxgb4/
H A Dt4fw_api.h2157 __be64 tx_mcast_bytes; member
2176 __be64 tx_mcast_bytes; member
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_sysctl.c216 "mcast_bytes", CTLFLAG_RD, &tx_stats->tx_mcast_bytes, in bnxt_create_tx_sysctls()
H A Dhsi_struct_def.h17150 uint64_t tx_mcast_bytes; member
17324 uint64_t tx_mcast_bytes; member
58912 uint64_t tx_mcast_bytes; member
58962 uint64_t tx_mcast_bytes; member
59277 uint64_t tx_mcast_bytes; member
59403 uint64_t tx_mcast_bytes; member
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h6981 __be64 tx_mcast_bytes; member
7000 __be64 tx_mcast_bytes; member
9178 __be64 tx_mcast_bytes; member
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c3139 return (s->tx_bcast_bytes + s->tx_mcast_bytes + in vi_get_counter()
7166 stats->tx_mcast_bytes = GET_STAT(TX_VF_MCAST_BYTES); in t4_get_vi_stats()