Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl2/
H A Dhw_atl2_utils_fw.c361 AQ_SDELTA(bptc, tx_broadcast_frames); in aq_a2_fill_a0_stats()
404 AQ_SDELTA(bptc, tx_broadcast_frames); in aq_a2_fill_b0_stats()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_hw.h259 u64 bptc; member
H A Digc_ethtool.c31 IGC_STAT("tx_broadcast", stats.bptc),
283 regs_buff[81] = adapter->stats.bptc; in igc_ethtool_get_regs()
H A Digc_main.c5104 adapter->stats.bptc += rd32(IGC_BPTC); in igc_update_stats()
/linux/drivers/net/ethernet/aquantia/atlantic/hw_atl/
H A Dhw_atl_utils.h63 u32 bptc; member
H A Dhw_atl_utils.c893 AQ_SDELTA(bptc); in hw_atl_utils_update_stats()
/linux/drivers/net/ethernet/intel/igb/
H A De1000_hw.h219 u64 bptc; member
H A Digb_ethtool.c38 IGB_STAT("tx_broadcast", stats.bptc),
604 regs_buff[109] = adapter->stats.bptc; in igb_get_regs()
H A Digb_main.c6780 adapter->stats.bptc += rd32(E1000_BPTC); in igb_update_stats()
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_ethtool.c174 mac_stats->BroadcastFramesXmittedOK = hwstats->bptc; in wx_get_mac_stats()
H A Dwx_type.h1007 u64 bptc; member
H A Dwx_hw.c2342 hwstats->bptc += rd64(wx, WX_TX_BC_FRAMES_GOOD_L); in wx_update_stats()
/linux/drivers/net/ethernet/intel/e1000e/
H A Dhw.h432 u64 bptc; member
H A Dethtool.c50 E1000_STAT("tx_broadcast", stats.bptc),
H A Dnetdev.c4981 adapter->stats.bptc += er32(BPTC); in e1000e_update_stats()
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h1307 u64 bptc; member
H A De1000_ethtool.c32 { "tx_broadcast", E1000_STAT(stats.bptc) },
H A De1000_main.c3662 adapter->stats.bptc += er32(BPTC); in e1000_update_stats()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ethtool.c889 regs_buff[972] = IXGBE_GET_STAT(adapter, bptc); in ixgbe_get_regs()
H A Dixgbe_main.c7335 hwstats->bptc += IXGBE_READ_REG(hw, IXGBE_BPTC); in ixgbe_update_stats()