Lines Matching refs:phy_id
719 if ((tp->phy_id & PHY_ID_MASK) == PHY_ID_BCM5401) { in tg3_setup_copper_phy()
741 if ((tp->phy_id & PHY_ID_REV_MASK) == PHY_REV_BCM5401_B0 && in tg3_setup_copper_phy()
872 if ((tp->phy_id & PHY_ID_MASK) == PHY_ID_BCM5411 && in tg3_setup_copper_phy()
1405 if (tp->phy_id == PHY_ID_SERDES) { in tg3_setup_phy()
1843 if (tp->phy_id == PHY_ID_SERDES) { in tg3_setup_hw()
2235 if (tp->phy_id == PHY_ID_SERDES) { in tg3_setup_hw()
2413 uint32_t phy_id; member
2467 tp->phy_id = PHY_ID_INVALID; in tg3_phy_probe()
2472 tp->phy_id = subsys_id_to_phy_id[i].phy_id; in tg3_phy_probe()
2547 tp->phy_id = hw_phy_id; in tg3_phy_probe()
2553 if (tp->phy_id == PHY_ID_INVALID) { in tg3_phy_probe()
2557 tp->phy_id = eeprom_phy_id; in tg3_phy_probe()
2605 if (!err && ((tp->phy_id & PHY_ID_MASK) == PHY_ID_BCM5401)) { in tg3_phy_probe()
2613 if (tp->phy_id == PHY_ID_SERDES) { in tg3_phy_probe()
2625 if (tp->phy_id == PHY_ID_SERDES) in tg3_phy_probe()
3031 switch (tp->phy_id & PHY_ID_MASK) { in tg3_phy_string()
3057 if (tp->phy_id == PHY_ID_SERDES) { in tg3_poll_link()