Home
last modified time | relevance | path

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

/freebsd/sys/dev/ale/
H A Dif_alevar.h147 uint64_t rx_mcast_bytes; member
H A Dif_alereg.h586 uint32_t rx_mcast_bytes; member
H A Dif_ale.c846 &stats->rx_mcast_bytes, "Good multicast octets"); in ale_sysctl_node()
2149 stat->rx_mcast_bytes += smb->rx_mcast_bytes; in ale_stats_update()
/freebsd/sys/dev/alc/
H A Dif_alcvar.h163 uint64_t rx_mcast_bytes; member
H A Dif_alcreg.h1155 uint32_t rx_mcast_bytes; member
H A Dif_alc.c1829 &stats->rx_mcast_bytes, "Good multicast octets"); in alc_sysctl_node()
3282 stat->rx_mcast_bytes += smb->rx_mcast_bytes; in alc_stats_update()
/freebsd/sys/dev/age/
H A Dif_agevar.h160 uint64_t rx_mcast_bytes; member
H A Dif_agereg.h514 uint32_t rx_mcast_bytes; member
H A Dif_age.c2038 stat->rx_mcast_bytes += smb->rx_mcast_bytes; in age_stats_update()
3255 (uintmax_t)stats->rx_mcast_bytes); in sysctl_age_stats()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dstats.h97 u64 rx_mcast_bytes; member
H A Dstats.c341 d->rx_mcast_bytes = le64_to_cpu(s->rx_mcast_bytes); in bnxt_re_copy_rstat()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dev_api.h368 u64 rx_mcast_bytes; member
H A Decore_l2.c1863 p_stats->common.rx_mcast_bytes += in __ecore_get_vport_ustats()
H A Dqlnx_os.c1805 CTLFLAG_RD, &ha->hw_stats.common.rx_mcast_bytes, in qlnx_add_hw_stats_sysctls()
7164 ha->hw_stats.common.rx_mcast_bytes + in qlnx_get_counter()
7175 count = ha->hw_stats.common.rx_mcast_bytes; in qlnx_get_counter()
/freebsd/contrib/ofed/libcxgb4/
H A Dt4fw_api.h2167 __be64 rx_mcast_bytes; member
2185 __be64 rx_mcast_bytes; member
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_sysctl.c1032 "mcast_bytes", CTLFLAG_RD, &rx_stats->rx_mcast_bytes, in bnxt_create_rx_sysctls()
H A Dhsi_struct_def.h17176 uint64_t rx_mcast_bytes; member
17308 uint64_t rx_mcast_bytes; member
58896 uint64_t rx_mcast_bytes; member
58946 uint64_t rx_mcast_bytes; member
59293 uint64_t rx_mcast_bytes; member
59387 uint64_t rx_mcast_bytes; member
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h6991 __be64 rx_mcast_bytes; member
7009 __be64 rx_mcast_bytes; member
9187 __be64 rx_mcast_bytes; member
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c3197 return (s->rx_bcast_bytes + s->rx_mcast_bytes + in vi_get_counter()
7277 stats->rx_mcast_bytes = GET_STAT(RX_VF_MCAST_BYTES); in t4_get_vi_stats()