Home
last modified time | relevance | path

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

/freebsd/sys/dev/igc/
H A Digc_hw.h320 u64 bptc; member
H A Dif_igc.c2574 sc->stats.bptc += IGC_READ_REG(&sc->hw, IGC_BPTC); in igc_update_stats_counters()
2899 CTLFLAG_RD, &sc->stats.bptc, in igc_add_hw_stats()
/freebsd/sys/dev/e1000/
H A De1000_hw.h624 u64 bptc; member
H A Dif_em.c4771 sc->stats.bptc += E1000_READ_REG(&sc->hw, E1000_BPTC); in em_update_stats_counters()
5138 CTLFLAG_RD, &sc->stats.bptc, in em_add_hw_stats()
/freebsd/sys/dev/ixgbe/
H A Dif_ix.c1637 stats->bptc += IXGBE_READ_REG(hw, IXGBE_BPTC); in ixgbe_update_stats_counters()
1845 CTLFLAG_RD, &stats->bptc, "Broadcast Packets Transmitted"); in ixgbe_add_hw_stats()
H A Dixgbe_type.h3962 u64 bptc; member