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()
5100 uint16_t phy_ext_status; in igb_get_phy_state() local5112 (void) e1000_read_phy_reg(hw, PHY_EXT_STATUS, &phy_ext_status); in igb_get_phy_state()5125 ((phy_ext_status & IEEE_ESR_1000T_FD_CAPS) || in igb_get_phy_state()5126 (phy_ext_status & IEEE_ESR_1000X_FD_CAPS)) ? 1 : 0; in igb_get_phy_state()5128 ((phy_ext_status & IEEE_ESR_1000T_HD_CAPS) || in igb_get_phy_state()5129 (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()5447 if ((Adapter->phy_ext_status & IEEE_ESR_1000T_FD_CAPS) || in e1000g_loopback_ioctl()5448 (Adapter->phy_ext_status & IEEE_ESR_1000X_FD_CAPS) || in e1000g_loopback_ioctl()5472 if ((Adapter->phy_ext_status & IEEE_ESR_1000T_FD_CAPS) || in e1000g_loopback_ioctl()5473 (Adapter->phy_ext_status & IEEE_ESR_1000X_FD_CAPS) || in e1000g_loopback_ioctl()5498 if ((Adapter->phy_ext_status & IEEE_ESR_1000T_FD_CAPS) || in e1000g_loopback_ioctl()5499 (Adapter->phy_ext_status & IEEE_ESR_1000X_FD_CAPS) || in e1000g_loopback_ioctl()6398 &Adapter->phy_ext_status); in e1000g_get_phy_state()6413 ((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