Home
last modified time | relevance | path

Searched refs:rx_bcast_bytes (Results 1 – 15 of 15) sorted by relevance

/freebsd-10-stable/sys/dev/ale/
Dif_alevar.h146 uint64_t rx_bcast_bytes; member
Dif_alereg.h585 uint32_t rx_bcast_bytes; member
Dif_ale.c869 &stats->rx_bcast_bytes, "Good broadcast octets"); in ale_sysctl_node()
2177 stat->rx_bcast_bytes += smb->rx_bcast_bytes; in ale_stats_update()
/freebsd-10-stable/sys/dev/age/
Dif_agevar.h159 uint64_t rx_bcast_bytes; member
Dif_agereg.h513 uint32_t rx_bcast_bytes; member
Dif_age.c2062 stat->rx_bcast_bytes += smb->rx_bcast_bytes; in age_stats_update()
3282 (uintmax_t)stats->rx_bcast_bytes); in sysctl_age_stats()
/freebsd-10-stable/sys/dev/alc/
Dif_alcvar.h162 uint64_t rx_bcast_bytes; member
Dif_alcreg.h1146 uint32_t rx_bcast_bytes; member
Dif_alc.c1812 &stats->rx_bcast_bytes, "Good broadcast octets"); in alc_sysctl_node()
3263 stat->rx_bcast_bytes += smb->rx_bcast_bytes; in alc_stats_update()
/freebsd-10-stable/sys/dev/qlnx/qlnxe/
Decore_dev_api.h371 u64 rx_bcast_bytes; member
Decore_l2.c1867 p_stats->common.rx_bcast_bytes += in __ecore_get_vport_ustats()
Dqlnx_os.c1883 CTLFLAG_RD, &ha->hw_stats.common.rx_bcast_bytes, in qlnx_add_hw_stats_sysctls()
7420 ha->hw_stats.common.rx_bcast_bytes; in qlnx_get_counter()
/freebsd-10-stable/contrib/ofed/libcxgb4/src/
Dt4fw_interface.h5459 __be64 rx_bcast_bytes; member
5477 __be64 rx_bcast_bytes; member
7302 __be64 rx_bcast_bytes; member
/freebsd-10-stable/sys/dev/cxgbe/firmware/
Dt4fw_interface.h6880 __be64 rx_bcast_bytes; member
6898 __be64 rx_bcast_bytes; member
9033 __be64 rx_bcast_bytes; member
/freebsd-10-stable/sys/dev/cxgbe/
Dt4_main.c4723 stats->rx_bcast_bytes = GET_STAT(RX_VF_BCAST_BYTES); in t4_get_vi_stats()
4774 ifp->if_ibytes = s->rx_bcast_bytes + s->rx_mcast_bytes + in vi_refresh_stats()