Searched refs:phy_ext_status (Results 1 – 4 of 4) sorted by relevance
1293 uint16_t phy_status, phy_ext_status; in igb_m_propinfo() local1311 &phy_ext_status); in igb_m_propinfo()1313 ((phy_ext_status & IEEE_ESR_1000T_FD_CAPS) || in igb_m_propinfo()1314 (phy_ext_status & IEEE_ESR_1000X_FD_CAPS)) ? 1 : 0); in igb_m_propinfo()
5095 uint16_t phy_ext_status; in igb_get_phy_state() local5107 (void) e1000_read_phy_reg(hw, PHY_EXT_STATUS, &phy_ext_status); in igb_get_phy_state()5120 ((phy_ext_status & IEEE_ESR_1000T_FD_CAPS) || in igb_get_phy_state()5121 (phy_ext_status & IEEE_ESR_1000X_FD_CAPS)) ? 1 : 0; in igb_get_phy_state()5123 ((phy_ext_status & IEEE_ESR_1000T_HD_CAPS) || in igb_get_phy_state()5124 (phy_ext_status & IEEE_ESR_1000X_HD_CAPS)) ? 1 : 0; in igb_get_phy_state()
3728 ((Adapter->phy_ext_status & in e1000g_m_propinfo()3730 (Adapter->phy_ext_status & in e1000g_m_propinfo()5445 if ((Adapter->phy_ext_status & IEEE_ESR_1000T_FD_CAPS) || in e1000g_loopback_ioctl()5446 (Adapter->phy_ext_status & IEEE_ESR_1000X_FD_CAPS) || in e1000g_loopback_ioctl()5470 if ((Adapter->phy_ext_status & IEEE_ESR_1000T_FD_CAPS) || in e1000g_loopback_ioctl()5471 (Adapter->phy_ext_status & IEEE_ESR_1000X_FD_CAPS) || in e1000g_loopback_ioctl()5496 if ((Adapter->phy_ext_status & IEEE_ESR_1000T_FD_CAPS) || in e1000g_loopback_ioctl()5497 (Adapter->phy_ext_status & IEEE_ESR_1000X_FD_CAPS) || in e1000g_loopback_ioctl()6396 &Adapter->phy_ext_status); in e1000g_get_phy_state()6411 ((Adapter->phy_ext_status & IEEE_ESR_1000T_FD_CAPS) || in e1000g_get_phy_state()[all …]
983 uint16_t phy_ext_status; /* contents of PHY_EXT_STATUS */ member