Home
last modified time | relevance | path

Searched refs:E1000_MDIC_ERROR (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h801 #define E1000_MDIC_ERROR 0x40000000 macro
H A Dphy.c170 if (mdic & E1000_MDIC_ERROR) { in e1000e_read_phy_reg_mdic()
250 if (mdic & E1000_MDIC_ERROR) { in e1000e_write_phy_reg_mdic()
/linux/drivers/net/ethernet/intel/igb/
H A De1000_defines.h993 #define E1000_MDIC_ERROR 0x40000000 macro
H A De1000_phy.c150 if (mdic & E1000_MDIC_ERROR) { in igb_read_phy_reg_mdic()
207 if (mdic & E1000_MDIC_ERROR) { in igb_write_phy_reg_mdic()
/linux/drivers/net/ethernet/intel/e1000/
H A De1000_hw.h1594 #define E1000_MDIC_ERROR 0x40000000 macro
H A De1000_hw.c2874 if (mdic & E1000_MDIC_ERROR) { in e1000_read_phy_reg_ex()