Home
last modified time | relevance | path

Searched refs:tx_ucast_bytes (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/bnxt/bnxt_re/
H A Dstats.h88 u64 tx_ucast_bytes; member
H A Dstats.c330 d->tx_ucast_bytes = le64_to_cpu(s->tx_ucast_bytes); in bnxt_re_copy_rstat()
332 d->tx_ucast_bytes += d->tx_ucast_pkts * 4; in bnxt_re_copy_rstat()
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_dev_api.h375 u64 tx_ucast_bytes; member
H A Decore_l2.c1784 p_stats->common.tx_ucast_bytes += in __ecore_get_vport_pstats()
H A Dqlnx_os.c1840 CTLFLAG_RD, &ha->hw_stats.common.tx_ucast_bytes, in qlnx_add_hw_stats_sysctls()
7169 count = ha->hw_stats.common.tx_ucast_bytes + in qlnx_get_counter()
/freebsd/contrib/ofed/libcxgb4/
H A Dt4fw_api.h2159 __be64 tx_ucast_bytes; member
2178 __be64 tx_ucast_bytes; member
/freebsd/sys/dev/bnxt/bnxt_en/
H A Dbnxt_sysctl.c213 "ucast_bytes", CTLFLAG_RD, &tx_stats->tx_ucast_bytes, in bnxt_create_tx_sysctls()
H A Dhsi_struct_def.h17148 uint64_t tx_ucast_bytes; member
17322 uint64_t tx_ucast_bytes; member
58910 uint64_t tx_ucast_bytes; member
58960 uint64_t tx_ucast_bytes; member
59275 uint64_t tx_ucast_bytes; member
59401 uint64_t tx_ucast_bytes; member
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h6983 __be64 tx_ucast_bytes; member
7002 __be64 tx_ucast_bytes; member
9180 __be64 tx_ucast_bytes; member
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c3208 s->tx_ucast_bytes + s->tx_offload_bytes); in vi_get_counter()
7279 stats->tx_ucast_bytes = GET_STAT(TX_VF_UCAST_BYTES); in t4_get_vi_stats()