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.c1785 p_stats->common.tx_ucast_bytes += in __ecore_get_vport_pstats()
H A Dqlnx_os.c1841 CTLFLAG_RD, &ha->hw_stats.common.tx_ucast_bytes, in qlnx_add_hw_stats_sysctls()
7012 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.h17521 uint64_t tx_ucast_bytes; member
17695 uint64_t tx_ucast_bytes; member
59826 uint64_t tx_ucast_bytes; member
59876 uint64_t tx_ucast_bytes; member
60213 uint64_t tx_ucast_bytes; member
60339 uint64_t tx_ucast_bytes; member
/freebsd/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h8150 __be64 tx_ucast_bytes; member
8169 __be64 tx_ucast_bytes; member
10355 __be64 tx_ucast_bytes; member
/freebsd/sys/dev/cxgbe/
H A Dt4_main.c3432 s->tx_ucast_bytes + s->tx_offload_bytes); in vi_get_counter()
7587 stats->tx_ucast_bytes = GET_STAT(TX_VF_UCAST_BYTES); in t4_get_vi_stats()