Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ale/
H A Dif_alevar.h177 uint64_t tx_mcast_bytes; member
H A Dif_alereg.h615 uint32_t tx_mcast_bytes; member
H A Dif_ale.c930 &stats->tx_mcast_bytes, "Good multicast octets"); in ale_sysctl_node()
2124 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; reg++) { in ale_stats_clear()
2151 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; reg++) { in ale_stats_update()
2207 stat->tx_mcast_bytes += smb->tx_mcast_bytes; in ale_stats_update()
/freebsd-12.1/sys/dev/alc/
H A Dif_alcvar.h193 uint64_t tx_mcast_bytes; member
H A Dif_alcreg.h1176 uint32_t tx_mcast_bytes; member
H A Dif_alc.c1880 &stats->tx_mcast_bytes, "Good multicast octets"); in alc_sysctl_node()
3210 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; in alc_stats_clear()
3247 for (reg = &sb.tx_frames, i = 0; reg <= &sb.tx_mcast_bytes; in alc_stats_update()
3305 stat->tx_mcast_bytes += smb->tx_mcast_bytes; in alc_stats_update()
/freebsd-12.1/sys/dev/age/
H A Dif_agevar.h189 uint64_t tx_mcast_bytes; member
H A Dif_agereg.h543 uint32_t tx_mcast_bytes; member
H A Dif_age.c2090 stat->tx_mcast_bytes += smb->tx_mcast_bytes; in age_stats_update()
3227 (uintmax_t)stats->tx_mcast_bytes); in sysctl_age_stats()
/freebsd-12.1/sys/dev/qlnx/qlnxe/
H A Decore_dev_api.h378 u64 tx_mcast_bytes; member
H A Decore_l2.c1788 p_stats->common.tx_mcast_bytes += in __ecore_get_vport_pstats()
H A Dqlnx_os.c1918 CTLFLAG_RD, &ha->hw_stats.common.tx_mcast_bytes, in qlnx_add_hw_stats_sysctls()
7425 ha->hw_stats.common.tx_mcast_bytes + in qlnx_get_counter()
7434 count = ha->hw_stats.common.tx_mcast_bytes; in qlnx_get_counter()
/freebsd-12.1/contrib/ofed/libcxgb4/
H A Dt4fw_api.h2157 __be64 tx_mcast_bytes; member
2176 __be64 tx_mcast_bytes; member
/freebsd-12.1/sys/dev/bnxt/
H A Dbnxt_sysctl.c194 "mcast_bytes", CTLFLAG_RD, &tx_stats[txr].tx_mcast_bytes, in bnxt_create_tx_sysctls()
H A Dhsi_struct_def.h7489 uint64_t tx_mcast_bytes; member
21380 uint64_t tx_mcast_bytes; member
29983 uint64_t tx_mcast_bytes; member
/freebsd-12.1/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h6892 __be64 tx_mcast_bytes; member
6911 __be64 tx_mcast_bytes; member
9046 __be64 tx_mcast_bytes; member
/freebsd-12.1/sys/dev/cxgbe/
H A Dt4_main.c2134 return (s->tx_bcast_bytes + s->tx_mcast_bytes + in vi_get_counter()
5780 stats->tx_mcast_bytes = GET_STAT(TX_VF_MCAST_BYTES); in t4_get_vi_stats()