Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/ale/
H A Dif_alevar.h176 uint64_t tx_bcast_bytes; member
H A Dif_alereg.h614 uint32_t tx_bcast_bytes; member
H A Dif_ale.c920 &stats->tx_bcast_bytes, "Good broadcast octets"); in ale_sysctl_node()
2198 stat->tx_bcast_bytes += smb->tx_bcast_bytes; in ale_stats_update()
/freebsd-13.1/sys/dev/age/
H A Dif_agevar.h188 uint64_t tx_bcast_bytes; member
H A Dif_agereg.h542 uint32_t tx_bcast_bytes; member
H A Dif_age.c2087 stat->tx_bcast_bytes += smb->tx_bcast_bytes; in age_stats_update()
3224 (uintmax_t)stats->tx_bcast_bytes); in sysctl_age_stats()
/freebsd-13.1/sys/dev/alc/
H A Dif_alcvar.h192 uint64_t tx_bcast_bytes; member
H A Dif_alcreg.h1183 uint32_t tx_bcast_bytes; member
H A Dif_alc.c1880 &stats->tx_bcast_bytes, "Good broadcast octets"); in alc_sysctl_node()
3308 stat->tx_bcast_bytes += smb->tx_bcast_bytes; in alc_stats_update()
/freebsd-13.1/sys/dev/qlnx/qlnxe/
H A Decore_dev_api.h379 u64 tx_bcast_bytes; member
H A Decore_l2.c1790 p_stats->common.tx_bcast_bytes += in __ecore_get_vport_pstats()
H A Dqlnx_os.c1889 CTLFLAG_RD, &ha->hw_stats.common.tx_bcast_bytes, in qlnx_add_hw_stats_sysctls()
7282 ha->hw_stats.common.tx_bcast_bytes; in qlnx_get_counter()
/freebsd-13.1/contrib/ofed/libcxgb4/
H A Dt4fw_api.h2155 __be64 tx_bcast_bytes; member
2174 __be64 tx_bcast_bytes; member
/freebsd-13.1/sys/dev/bnxt/
H A Dbnxt_sysctl.c198 "bcast_bytes", CTLFLAG_RD, &tx_stats[txr].tx_bcast_bytes, in bnxt_create_tx_sysctls()
H A Dhsi_struct_def.h7491 uint64_t tx_bcast_bytes; member
21382 uint64_t tx_bcast_bytes; member
29985 uint64_t tx_bcast_bytes; member
/freebsd-13.1/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h6981 __be64 tx_bcast_bytes; member
7000 __be64 tx_bcast_bytes; member
9178 __be64 tx_bcast_bytes; member
/freebsd-13.1/sys/dev/cxgbe/
H A Dt4_main.c3059 return (s->tx_bcast_bytes + s->tx_mcast_bytes + in vi_get_counter()
7101 stats->tx_bcast_bytes = GET_STAT(TX_VF_BCAST_BYTES); in t4_get_vi_stats()