Lines Matching refs:phy_status

3426 			    ((Adapter->phy_status & MII_SR_100X_FD_CAPS) ||
3427 (Adapter->phy_status & MII_SR_100T2_FD_CAPS))
3437 ((Adapter->phy_status & MII_SR_100X_HD_CAPS) ||
3438 (Adapter->phy_status & MII_SR_100T2_HD_CAPS))
3448 (Adapter->phy_status & MII_SR_10T_FD_CAPS) ? 1 : 0);
3457 (Adapter->phy_status & MII_SR_10T_HD_CAPS) ? 1 : 0);
3471 (Adapter->phy_status & MII_SR_AUTONEG_CAPS)
4744 uint16_t phy_status;
4765 (void) e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status);
4766 if (!(phy_status & SR_1000T_MS_CONFIG_FAULT))
4769 (void) e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status);
4770 if (!(phy_status & SR_1000T_MS_CONFIG_FAULT))
5146 if ((Adapter->phy_status & MII_SR_100X_FD_CAPS) ||
5147 (Adapter->phy_status & MII_SR_100T2_FD_CAPS))
5149 if (Adapter->phy_status & MII_SR_10T_FD_CAPS)
5171 if ((Adapter->phy_status & MII_SR_100X_FD_CAPS) ||
5172 (Adapter->phy_status & MII_SR_100T2_FD_CAPS))
5174 if (Adapter->phy_status & MII_SR_10T_FD_CAPS)
5197 if ((Adapter->phy_status & MII_SR_100X_FD_CAPS) ||
5198 (Adapter->phy_status & MII_SR_100T2_FD_CAPS))
5200 if (Adapter->phy_status & MII_SR_10T_FD_CAPS)
6078 (void) e1000_read_phy_reg(hw, PHY_STATUS, &Adapter->phy_status);
6093 (Adapter->phy_status & MII_SR_AUTONEG_CAPS) ? 1 : 0;
6105 (Adapter->phy_status & MII_SR_100T4_CAPS) ? 1 : 0;
6107 ((Adapter->phy_status & MII_SR_100X_FD_CAPS) ||
6108 (Adapter->phy_status & MII_SR_100T2_FD_CAPS)) ? 1 : 0;
6110 ((Adapter->phy_status & MII_SR_100X_HD_CAPS) ||
6111 (Adapter->phy_status & MII_SR_100T2_HD_CAPS)) ? 1 : 0;
6113 (Adapter->phy_status & MII_SR_10T_FD_CAPS) ? 1 : 0;
6115 (Adapter->phy_status & MII_SR_10T_HD_CAPS) ? 1 : 0;