Home
last modified time | relevance | path

Searched refs:mgptc (Results 1 – 11 of 11) 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.c6929 adapter->stats.mgptc += rd32(E1000_MGTPTC); in igb_update_stats()
/linux/drivers/net/ethernet/intel/e1000e/
H A Dhw.h418 u64 mgptc; member
H A Dethtool.c90 E1000_STAT("tx_smbus", stats.mgptc),
H A Dnetdev.c5047 adapter->stats.mgptc += er32(MGTPTC); in e1000e_update_stats()
/linux/drivers/net/ethernet/intel/igc/
H A Digc_ethtool.c59 IGC_STAT("tx_smbus", stats.mgptc),
274 regs_buff[69] = adapter->stats.mgptc; in igc_ethtool_get_regs()
H A Digc_main.c5307 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) },
H A De1000_main.c3733 adapter->stats.mgptc += er32(MGTPTC); in e1000_update_stats()