Searched refs:phy_ext_status (Results 1 – 4 of 4) sorted by relevance
1233 uint16_t phy_status, phy_ext_status; in igb_m_propinfo() local1251 &phy_ext_status); in igb_m_propinfo()1253 ((phy_ext_status & IEEE_ESR_1000T_FD_CAPS) || in igb_m_propinfo()1254 (phy_ext_status & IEEE_ESR_1000X_FD_CAPS)) ? 1 : 0); in igb_m_propinfo()
5045 uint16_t phy_ext_status; in igb_get_phy_state() local5057 (void) e1000_read_phy_reg(hw, PHY_EXT_STATUS, &phy_ext_status); in igb_get_phy_state()5070 ((phy_ext_status & IEEE_ESR_1000T_FD_CAPS) || in igb_get_phy_state()5071 (phy_ext_status & IEEE_ESR_1000X_FD_CAPS)) ? 1 : 0; in igb_get_phy_state()5073 ((phy_ext_status & IEEE_ESR_1000T_HD_CAPS) || in igb_get_phy_state()5074 (phy_ext_status & IEEE_ESR_1000X_HD_CAPS)) ? 1 : 0; in igb_get_phy_state()
3469 ((Adapter->phy_ext_status & in e1000g_m_propinfo()3471 (Adapter->phy_ext_status & in e1000g_m_propinfo()5188 if ((Adapter->phy_ext_status & IEEE_ESR_1000T_FD_CAPS) || in e1000g_loopback_ioctl()5189 (Adapter->phy_ext_status & IEEE_ESR_1000X_FD_CAPS) || in e1000g_loopback_ioctl()5213 if ((Adapter->phy_ext_status & IEEE_ESR_1000T_FD_CAPS) || in e1000g_loopback_ioctl()5214 (Adapter->phy_ext_status & IEEE_ESR_1000X_FD_CAPS) || in e1000g_loopback_ioctl()5239 if ((Adapter->phy_ext_status & IEEE_ESR_1000T_FD_CAPS) || in e1000g_loopback_ioctl()5240 (Adapter->phy_ext_status & IEEE_ESR_1000X_FD_CAPS) || in e1000g_loopback_ioctl()6139 &Adapter->phy_ext_status); in e1000g_get_phy_state()6154 ((Adapter->phy_ext_status & IEEE_ESR_1000T_FD_CAPS) || in e1000g_get_phy_state()[all …]
981 uint16_t phy_ext_status; /* contents of PHY_EXT_STATUS */ member