Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/
H A Digc_hw.h259 u64 mgptc; member
H A Digc_ethtool.c58 IGC_STAT("tx_smbus", stats.mgptc),
251 regs_buff[69] = adapter->stats.mgptc; in igc_ethtool_get_regs()
H A Digc_main.c3769 adapter->stats.mgptc += rd32(IGC_MGTPTC); in igc_update_stats()
/OK3568_Linux_fs/kernel/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.c6745 adapter->stats.mgptc += rd32(E1000_MGTPTC); in igb_update_stats()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/
H A Dhw.h399 u64 mgptc; member
H A Dethtool.c88 E1000_STAT("tx_smbus", stats.mgptc),
H A Dnetdev.c5028 adapter->stats.mgptc += er32(MGTPTC); in e1000e_update_stats()
/OK3568_Linux_fs/u-boot/drivers/net/
H A De1000.h1016 uint64_t mgptc; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h1296 u64 mgptc; member
H A De1000_ethtool.c70 { "tx_smbus", E1000_STAT(stats.mgptc) },
H A De1000_main.c3732 adapter->stats.mgptc += er32(MGTPTC); in e1000_update_stats()
/OK3568_Linux_fs/external/dpdk/pcie/e1000/
H A Digb_ethdev.c471 {"tx_management_packets", offsetof(struct e1000_hw_stats, mgptc)},