Home
last modified time | relevance | path

Searched refs:IXGBE_MII_AUTONEG_COMPLETE (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/ixgbe/
H A Dixgbe_phy.c552 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()
H A Dixgbe_82598.c605 if ((an_reg & IXGBE_MII_AUTONEG_COMPLETE) && in ixgbe_validate_link_ready()
H A Dixgbe_type.h1188 #define IXGBE_MII_AUTONEG_COMPLETE 0x20 macro