Home
last modified time | relevance | path

Searched refs:mgpdc (Results 1 – 12 of 12) sorted by relevance

/linux/drivers/net/ethernet/intel/igc/
H A Digc_hw.h246 u64 mgpdc; member
H A Digc_ethtool.c60 IGC_STAT("dropped_smbus", stats.mgpdc),
270 regs_buff[68] = adapter->stats.mgpdc; in igc_ethtool_get_regs()
H A Digc_main.c5148 adapter->stats.mgpdc += rd32(IGC_MGTPDC); in igc_update_stats()
/linux/drivers/net/ethernet/intel/igb/
H A De1000_hw.h206 u64 mgpdc; member
H A Digb_ethtool.c67 IGB_STAT("dropped_smbus", stats.mgpdc),
591 regs_buff[94] = adapter->stats.mgpdc; in igb_get_regs()
H A Digb_main.c6841 adapter->stats.mgpdc += rd32(E1000_MGTPDC); in igb_update_stats()
/linux/drivers/net/ethernet/intel/e1000e/
H A Dhw.h419 u64 mgpdc; member
H A Dethtool.c90 E1000_STAT("dropped_smbus", stats.mgpdc),
H A Dnetdev.c5023 adapter->stats.mgpdc += er32(MGTPDC); in e1000e_update_stats()
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h1292 u64 mgpdc; member
H A De1000_ethtool.c72 { "dropped_smbus", E1000_STAT(stats.mgpdc) },
H A De1000_main.c3731 adapter->stats.mgpdc += er32(MGTPDC); in e1000_update_stats()