Home
last modified time | relevance | path

Searched refs:mgptc (Results 1 – 10 of 10) sorted by relevance

/linux/drivers/net/ethernet/intel/igb/
H A De1000_hw.h207 u64 mgptc; member
H A Digb_ethtool.c65 IGB_STAT("tx_smbus", stats.mgptc),
592 regs_buff[95] = adapter->stats.mgptc; in igb_get_regs()
H A Digb_main.c6882 adapter->stats.mgptc += rd32(E1000_MGTPTC); in igb_update_stats()
/linux/drivers/net/ethernet/intel/e1000e/
H A Dhw.h420 u64 mgptc; member
H A Dethtool.c88 E1000_STAT("tx_smbus", stats.mgptc),
H A Dnetdev.c5026 adapter->stats.mgptc += er32(MGTPTC); in e1000e_update_stats()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_ethtool.c58 IGC_STAT("tx_smbus", stats.mgptc),
271 regs_buff[69] = adapter->stats.mgptc; in igc_ethtool_get_regs()
H A Digc_main.c5164 adapter->stats.mgptc += rd32(IGC_MGTPTC); in igc_update_stats()
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h1293 u64 mgptc; member
H A De1000_ethtool.c70 { "tx_smbus", E1000_STAT(stats.mgptc) },