Home
last modified time | relevance | path

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

/freebsd/sys/dev/ale/
H A Dif_alevar.h174 uint64_t tx_bcast_bytes; member
H A Dif_alereg.h612 uint32_t tx_bcast_bytes; member
H A Dif_ale.c914 &stats->tx_bcast_bytes, "Good broadcast octets"); in ale_sysctl_node()
2192 stat->tx_bcast_bytes += smb->tx_bcast_bytes; in ale_stats_update()
/freebsd/sys/dev/age/
H A Dif_agevar.h186 uint64_t tx_bcast_bytes; member
H A Dif_agereg.h540 uint32_t tx_bcast_bytes; member
H A Dif_age.c2081 stat->tx_bcast_bytes += smb->tx_bcast_bytes; in age_stats_update()
3218 (uintmax_t)stats->tx_bcast_bytes); in sysctl_age_stats()
/freebsd/sys/dev/alc/
H A Dif_alcvar.h190 uint64_t tx_bcast_bytes; member
H A Dif_alcreg.h1181 uint32_t tx_bcast_bytes; member
H A Dif_alc.c1897 &stats->tx_bcast_bytes, "Good broadcast octets"); in alc_sysctl_node()
3325 stat->tx_bcast_bytes += smb->tx_bcast_bytes; in alc_stats_update()
/freebsd/sys/dev/bnxt/bnxt_re/
H A Dstats.h90 u64 tx_bcast_bytes; member
H A Dstats.c334 d->tx_bcast_bytes = le64_to_cpu(s->tx_bcast_bytes); in bnxt_re_copy_rstat()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dev_api.h377 u64 tx_bcast_bytes; member
H A Decore_l2.c1788 p_stats->common.tx_bcast_bytes += in __ecore_get_vport_pstats()
H A Dqlnx_os.c1850 CTLFLAG_RD, &ha->hw_stats.common.tx_bcast_bytes, in qlnx_add_hw_stats_sysctls()
7162 ha->hw_stats.common.tx_bcast_bytes; in qlnx_get_counter()
/freebsd/contrib/ofed/libcxgb4/
H A Dt4fw_api.h2155 __be64 tx_bcast_bytes; member
2174 __be64 tx_bcast_bytes; member
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_sysctl.c219 "bcast_bytes", CTLFLAG_RD, &tx_stats->tx_bcast_bytes, in bnxt_create_tx_sysctls()
H A Dhsi_struct_def.h17152 uint64_t tx_bcast_bytes; member
17326 uint64_t tx_bcast_bytes; member
58914 uint64_t tx_bcast_bytes; member
58964 uint64_t tx_bcast_bytes; member
59279 uint64_t tx_bcast_bytes; member
59405 uint64_t tx_bcast_bytes; member
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h6979 __be64 tx_bcast_bytes; member
6998 __be64 tx_bcast_bytes; member
9176 __be64 tx_bcast_bytes; member
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c3139 return (s->tx_bcast_bytes + s->tx_mcast_bytes + in vi_get_counter()
7164 stats->tx_bcast_bytes = GET_STAT(TX_VF_BCAST_BYTES); in t4_get_vi_stats()