Home
last modified time | relevance | path

Searched refs:E1000_ECOL (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000e/
H A Dregs.h127 #define E1000_ECOL 0x04018 /* Excessive Collision Count - R/clr */ macro
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A De1000_regs.h194 #define E1000_ECOL 0x04018 /* Excessive Collision Count - R/clr */ macro
H A De1000_mac.c533 rd32(E1000_ECOL); in igb_clear_hw_cntrs_base()
H A Digb_main.c6657 adapter->stats.ecol += rd32(E1000_ECOL); in igb_update_stats()
/OK3568_Linux_fs/u-boot/drivers/net/
H A De1000.h777 #define E1000_ECOL 0x04018 /* Excessive Collision Count - R/clr */ macro
907 #define E1000_82542_ECOL E1000_ECOL
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h923 #define E1000_ECOL 0x04018 /* Excessive Collision Count - R/clr */ macro
1141 #define E1000_82542_ECOL E1000_ECOL
/OK3568_Linux_fs/external/dpdk/pcie/e1000/
H A Digb_ethdev.c1947 stats->ecol += E1000_READ_REG(hw, E1000_ECOL); in igb_read_stats_registers()