Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/dev/ale/
HDif_alevar.h174 uint64_t tx_bcast_bytes; member
HDif_alereg.h612 uint32_t tx_bcast_bytes; member
HDif_ale.c906 &stats->tx_bcast_bytes, "Good broadcast octets"); in ale_sysctl_node()
2184 stat->tx_bcast_bytes += smb->tx_bcast_bytes; in ale_stats_update()
/freebsd-13-stable/sys/dev/alc/
HDif_alcvar.h190 uint64_t tx_bcast_bytes; member
HDif_alcreg.h1181 uint32_t tx_bcast_bytes; member
HDif_alc.c1889 &stats->tx_bcast_bytes, "Good broadcast octets"); in alc_sysctl_node()
3317 stat->tx_bcast_bytes += smb->tx_bcast_bytes; in alc_stats_update()
/freebsd-13-stable/sys/dev/age/
HDif_agevar.h186 uint64_t tx_bcast_bytes; member
HDif_agereg.h540 uint32_t tx_bcast_bytes; member
HDif_age.c2073 stat->tx_bcast_bytes += smb->tx_bcast_bytes; in age_stats_update()
3210 (uintmax_t)stats->tx_bcast_bytes); in sysctl_age_stats()
/freebsd-13-stable/sys/dev/qlnx/qlnxe/
HDecore_dev_api.h377 u64 tx_bcast_bytes; member
HDecore_l2.c1788 p_stats->common.tx_bcast_bytes += in __ecore_get_vport_pstats()
HDqlnx_os.c1888 CTLFLAG_RD, &ha->hw_stats.common.tx_bcast_bytes, in qlnx_add_hw_stats_sysctls()
7286 ha->hw_stats.common.tx_bcast_bytes; in qlnx_get_counter()
/freebsd-13-stable/contrib/ofed/libcxgb4/
HDt4fw_api.h2155 __be64 tx_bcast_bytes; member
2174 __be64 tx_bcast_bytes; member
/freebsd-13-stable/sys/dev/bnxt/
HDbnxt_sysctl.c195 "bcast_bytes", CTLFLAG_RD, &tx_stats->tx_bcast_bytes, in bnxt_create_tx_sysctls()
HDhsi_struct_def.h13079 uint64_t tx_bcast_bytes; member
13245 uint64_t tx_bcast_bytes; member
44498 uint64_t tx_bcast_bytes; member
44548 uint64_t tx_bcast_bytes; member
44852 uint64_t tx_bcast_bytes; member
44978 uint64_t tx_bcast_bytes; member
/freebsd-13-stable/sys/dev/cxgbe/firmware/
HDt4fw_interface.h6979 __be64 tx_bcast_bytes; member
6998 __be64 tx_bcast_bytes; member
9176 __be64 tx_bcast_bytes; member
/freebsd-13-stable/sys/dev/cxgbe/
HDt4_main.c3150 return (s->tx_bcast_bytes + s->tx_mcast_bytes + in vi_get_counter()
7245 stats->tx_bcast_bytes = GET_STAT(TX_VF_BCAST_BYTES); in t4_get_vi_stats()