Lines Matching refs:phy_id
121 switch (hw->phy_id) { in e1000_set_phy_type()
1059 e_dbg("Phy ID = %x\n", hw->phy_id); in e1000_copper_link_preconfig()
1295 (hw->phy_id == M88E1111_I_PHY_ID)) { in e1000_copper_link_mgp_setup()
3171 if (hw->phy_id != 0) in e1000_detect_gig_phy()
3179 hw->phy_id = (u32) (phy_id_high << 16); in e1000_detect_gig_phy()
3185 hw->phy_id |= (u32) (phy_id_low & PHY_REVISION_MASK); in e1000_detect_gig_phy()
3190 if (hw->phy_id == M88E1000_E_PHY_ID) in e1000_detect_gig_phy()
3194 if (hw->phy_id == M88E1000_I_PHY_ID) in e1000_detect_gig_phy()
3202 if (hw->phy_id == M88E1011_I_PHY_ID) in e1000_detect_gig_phy()
3206 if ((hw->phy_id == RTL8211B_PHY_ID) || in e1000_detect_gig_phy()
3207 (hw->phy_id == RTL8201N_PHY_ID) || in e1000_detect_gig_phy()
3208 (hw->phy_id == M88E1118_E_PHY_ID)) in e1000_detect_gig_phy()
3215 if (hw->phy_id == IGP01E1000_I_PHY_ID) in e1000_detect_gig_phy()
3225 e_dbg("PHY ID 0x%X detected\n", hw->phy_id); in e1000_detect_gig_phy()
3228 e_dbg("Invalid PHY ID 0x%X\n", hw->phy_id); in e1000_detect_gig_phy()