Home
last modified time | relevance | path

Searched refs:bptc (Results 1 – 12 of 12) sorted by relevance

/freebsd/sys/dev/aq/
H A Daq_hw.h86 uint32_t bptc; member
120 uint32_t bptc; member
H A Daq_fw2x.c119 uint32_t bptc; member
421 dst->bptc = src->bptc; in aq_fw2x_stats_to_fw_stats()
H A Daq_device.h87 uint64_t bptc; member
H A Daq2_fw.c468 stats->bptc = u.a0.tx_broadcast_frames; in aq2_fw_get_stats()
485 stats->bptc = u.b0.tx_broadcast_frames; in aq2_fw_get_stats()
H A Daq_irq.c76 AQ_SDELTA(bptc); in aq_update_hw_stats()
H A Daq_main.c1598 CTLFLAG_RD, &stats->bptc, "Broadcast Packets Transmitted"); in aq_add_stats_sysctls()
/freebsd/sys/dev/igc/
H A Digc_hw.h321 u64 bptc; member
H A Dif_igc.c3123 sc->stats.bptc += IGC_READ_REG(&sc->hw, IGC_BPTC); in igc_update_stats_counters()
3497 CTLFLAG_RD, &sc->stats.bptc, in igc_add_hw_stats()
/freebsd/sys/dev/e1000/
H A De1000_hw.h627 u64 bptc; member
H A Dif_em.c7390 stats->bptc += E1000_READ_REG(&sc->hw, E1000_BPTC); in em_update_stats_counters()
8183 CTLFLAG_RD, &stats->bptc, in em_add_hw_stats()
/freebsd/sys/dev/ixgbe/
H A Dif_ix.c2179 stats->bptc += IXGBE_READ_REG(hw, IXGBE_BPTC); in ixgbe_update_stats_counters()
2391 CTLFLAG_RD, &stats->bptc, "Broadcast Packets Transmitted"); in ixgbe_add_hw_stats()
H A Dixgbe_type.h3989 u64 bptc; member