Searched refs:MII_SR_AUTONEG_COMPLETE (Results 1 - 10 of 10) sorted by relevance

/drivers/net/ethernet/oki-semi/pch_gbe/
H A Dpch_gbe_phy.c66 #define MII_SR_AUTONEG_COMPLETE 0x0020 /* Auto Neg Complete */ macro
/drivers/net/ethernet/atheros/atlx/
H A Datlx.h337 #define MII_SR_AUTONEG_COMPLETE 0x0020 /* Auto Neg Complete */ macro
/drivers/net/ethernet/intel/e1000e/
H A Ddefines.h556 #define MII_SR_AUTONEG_COMPLETE 0x0020 /* Auto Neg Complete */ macro
H A Dlib.c1123 if (!(mii_status_reg & MII_SR_AUTONEG_COMPLETE)) {
H A Dphy.c1756 if (phy_status & MII_SR_AUTONEG_COMPLETE)
/drivers/net/ethernet/intel/igb/
H A De1000_defines.h542 #define MII_SR_AUTONEG_COMPLETE 0x0020 /* Auto Neg Complete */ macro
H A De1000_mac.c883 if (!(mii_status_reg & MII_SR_AUTONEG_COMPLETE)) {
H A De1000_phy.c1562 if (phy_status & MII_SR_AUTONEG_COMPLETE)
/drivers/net/ethernet/intel/e1000/
H A De1000_hw.c2134 if (mii_status_reg & MII_SR_AUTONEG_COMPLETE) {
2684 if (phy_data & MII_SR_AUTONEG_COMPLETE) {
H A De1000_hw.h2601 #define MII_SR_AUTONEG_COMPLETE 0x0020 /* Auto Neg Complete */ macro

Completed in 214 milliseconds