Searched refs:IXGBE_MDIO_PHY_XS_RESET (Results 1 – 2 of 2) sorted by relevance
568 IXGBE_MDIO_PHY_XS_RESET); in ixgbe_reset_phy_generic()579 if (!(ctrl & IXGBE_MDIO_PHY_XS_RESET)) { in ixgbe_reset_phy_generic()585 if (ctrl & IXGBE_MDIO_PHY_XS_RESET) { in ixgbe_reset_phy_generic()1212 (phy_data | IXGBE_MDIO_PHY_XS_RESET)); in ixgbe_reset_phy_nl()1217 if ((phy_data & IXGBE_MDIO_PHY_XS_RESET) == 0) in ixgbe_reset_phy_nl()1222 if ((phy_data & IXGBE_MDIO_PHY_XS_RESET) != 0) { in ixgbe_reset_phy_nl()
1456 #define IXGBE_MDIO_PHY_XS_RESET 0x8000 /* PHY_XS Reset */ macro