Searched refs:bptc (Results 1 – 12 of 12) sorted by relevance
| /freebsd/sys/dev/aq/ |
| H A D | aq_hw.h | 86 uint32_t bptc; member 120 uint32_t bptc; member
|
| H A D | aq_fw2x.c | 119 uint32_t bptc; member 421 dst->bptc = src->bptc; in aq_fw2x_stats_to_fw_stats()
|
| H A D | aq_device.h | 87 uint64_t bptc; member
|
| H A D | aq2_fw.c | 468 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 D | aq_irq.c | 76 AQ_SDELTA(bptc); in aq_update_hw_stats()
|
| H A D | aq_main.c | 1598 CTLFLAG_RD, &stats->bptc, "Broadcast Packets Transmitted"); in aq_add_stats_sysctls()
|
| /freebsd/sys/dev/igc/ |
| H A D | igc_hw.h | 321 u64 bptc; member
|
| H A D | if_igc.c | 3123 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 D | e1000_hw.h | 627 u64 bptc; member
|
| H A D | if_em.c | 7390 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 D | if_ix.c | 2179 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 D | ixgbe_type.h | 3989 u64 bptc; member
|