Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igc/
H A Digc_hw.h257 u64 mgprc; member
H A Digc_ethtool.c59 IGC_STAT("rx_smbus", stats.mgprc),
249 regs_buff[67] = adapter->stats.mgprc; in igc_ethtool_get_regs()
H A Digc_main.c3770 adapter->stats.mgprc += rd32(IGC_MGTPRC); in igc_update_stats()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A De1000_hw.h205 u64 mgprc; member
H A Digb_ethtool.c66 IGB_STAT("rx_smbus", stats.mgprc),
590 regs_buff[93] = adapter->stats.mgprc; in igb_get_regs()
H A Digb_main.c6746 adapter->stats.mgprc += rd32(E1000_MGTPRC); in igb_update_stats()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/
H A Dhw.h397 u64 mgprc; member
H A Dethtool.c89 E1000_STAT("rx_smbus", stats.mgprc),
H A Dnetdev.c5029 adapter->stats.mgprc += er32(MGTPRC); in e1000e_update_stats()
/OK3568_Linux_fs/u-boot/drivers/net/
H A De1000.h1014 uint64_t mgprc; member
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h1294 u64 mgprc; member
H A De1000_ethtool.c71 { "rx_smbus", E1000_STAT(stats.mgprc) },
H A De1000_main.c3733 adapter->stats.mgprc += er32(MGTPRC); in e1000_update_stats()
/OK3568_Linux_fs/external/dpdk/pcie/e1000/
H A Digb_ethdev.c469 {"rx_management_packets", offsetof(struct e1000_hw_stats, mgprc)},