Lines Matching refs:phy_id
699 if ((tp->phy_id & PHY_ID_MASK) == PHY_ID_BCM5401) { in tg3_setup_copper_phy()
721 if ((tp->phy_id & PHY_ID_REV_MASK) == PHY_REV_BCM5401_B0 && in tg3_setup_copper_phy()
852 if ((tp->phy_id & PHY_ID_MASK) == PHY_ID_BCM5411 && in tg3_setup_copper_phy()
1385 if (tp->phy_id == PHY_ID_SERDES) { in tg3_setup_phy()
1779 if (tp->phy_id == PHY_ID_SERDES) { in tg3_setup_hw()
2156 if (tp->phy_id == PHY_ID_SERDES) { in tg3_setup_hw()
2333 uint32_t phy_id; member
2383 tp->phy_id = PHY_ID_INVALID; in tg3_phy_probe()
2388 tp->phy_id = subsys_id_to_phy_id[i].phy_id; in tg3_phy_probe()
2463 tp->phy_id = hw_phy_id; in tg3_phy_probe()
2469 if (tp->phy_id == PHY_ID_INVALID) { in tg3_phy_probe()
2473 tp->phy_id = eeprom_phy_id; in tg3_phy_probe()
2521 if (!err && ((tp->phy_id & PHY_ID_MASK) == PHY_ID_BCM5401)) { in tg3_phy_probe()
2529 if (tp->phy_id == PHY_ID_SERDES) { in tg3_phy_probe()
2541 if (tp->phy_id == PHY_ID_SERDES) in tg3_phy_probe()
2929 switch (tp->phy_id & PHY_ID_MASK) { in tg3_phy_string()
2951 if (tp->phy_id == PHY_ID_SERDES) { in tg3_poll_link()