Home
last modified time | relevance | path

Searched refs:bbtc (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/aq/
H A Daq_irq.c84 AQ_SDELTA(bbtc); in aq_update_hw_stats()
101 if (stats.ubtc | stats.mbtc | stats.bbtc) in aq_update_hw_stats()
103 aq_dev->curr_stats.mbtc + aq_dev->curr_stats.bbtc; in aq_update_hw_stats()
H A Daq_hw.h89 uint32_t bbtc; member
123 uint32_t bbtc; member
H A Daq_fw2x.c122 uint32_t bbtc; member
424 dst->bbtc = src->bbtc; in aq_fw2x_stats_to_fw_stats()
H A Daq_device.h92 uint64_t bbtc; member
H A Daq2_fw.c472 stats->bbtc = u.a0.tx_broadcast_octets; in aq2_fw_get_stats()
H A Daq_main.c1594 CTLFLAG_RD, &stats->bbtc, "Broadcast Octets Transmitted"); in aq_add_stats_sysctls()