Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/ale/
Dif_alevar.h174 uint64_t tx_bcast_bytes; member
Dif_alereg.h612 uint32_t tx_bcast_bytes; member
Dif_ale.c923 &stats->tx_bcast_bytes, "Good broadcast octets"); in ale_sysctl_node()
2205 stat->tx_bcast_bytes += smb->tx_bcast_bytes; in ale_stats_update()
/freebsd-10-stable/sys/dev/age/
Dif_agevar.h186 uint64_t tx_bcast_bytes; member
Dif_agereg.h540 uint32_t tx_bcast_bytes; member
Dif_age.c2090 stat->tx_bcast_bytes += smb->tx_bcast_bytes; in age_stats_update()
3231 (uintmax_t)stats->tx_bcast_bytes); in sysctl_age_stats()
/freebsd-10-stable/sys/dev/alc/
Dif_alcvar.h190 uint64_t tx_bcast_bytes; member
Dif_alcreg.h1173 uint32_t tx_bcast_bytes; member
Dif_alc.c1866 &stats->tx_bcast_bytes, "Good broadcast octets"); in alc_sysctl_node()
3291 stat->tx_bcast_bytes += smb->tx_bcast_bytes; in alc_stats_update()
/freebsd-10-stable/sys/dev/qlnx/qlnxe/
Decore_dev_api.h379 u64 tx_bcast_bytes; member
Decore_l2.c1790 p_stats->common.tx_bcast_bytes += in __ecore_get_vport_pstats()
Dqlnx_os.c1923 CTLFLAG_RD, &ha->hw_stats.common.tx_bcast_bytes, in qlnx_add_hw_stats_sysctls()
7426 ha->hw_stats.common.tx_bcast_bytes; in qlnx_get_counter()
/freebsd-10-stable/contrib/ofed/libcxgb4/src/
Dt4fw_interface.h5449 __be64 tx_bcast_bytes; member
5468 __be64 tx_bcast_bytes; member
7293 __be64 tx_bcast_bytes; member
/freebsd-10-stable/sys/dev/cxgbe/firmware/
Dt4fw_interface.h6870 __be64 tx_bcast_bytes; member
6889 __be64 tx_bcast_bytes; member
9024 __be64 tx_bcast_bytes; member
/freebsd-10-stable/sys/dev/cxgbe/
Dt4_main.c4714 stats->tx_bcast_bytes = GET_STAT(TX_VF_BCAST_BYTES); in t4_get_vi_stats()
4776 ifp->if_obytes = s->tx_bcast_bytes + s->tx_mcast_bytes + in vi_refresh_stats()