Searched refs:IXGBE_MII_AUTONEG_COMPLETE (Results 1 – 3 of 3) sorted by relevance
552 autoneg_reg &= IXGBE_MII_AUTONEG_COMPLETE; in ixgbe_setup_phy_link_generic()553 if (autoneg_reg == IXGBE_MII_AUTONEG_COMPLETE) in ixgbe_setup_phy_link_generic()770 autoneg_reg &= IXGBE_MII_AUTONEG_COMPLETE; in ixgbe_setup_phy_link_tnx()771 if (autoneg_reg == IXGBE_MII_AUTONEG_COMPLETE) in ixgbe_setup_phy_link_tnx()
605 if ((an_reg & IXGBE_MII_AUTONEG_COMPLETE) && in ixgbe_validate_link_ready()
1188 #define IXGBE_MII_AUTONEG_COMPLETE 0x20 macro