Home
last modified time | relevance | path

Searched refs:hw_phy_id_masked (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/
H A Dtg3.c15523 u32 hw_phy_id, hw_phy_id_masked; in tg3_phy_probe() local
15561 hw_phy_id = hw_phy_id_masked = TG3_PHY_ID_INVALID; in tg3_phy_probe()
15575 hw_phy_id_masked = hw_phy_id & TG3_PHY_ID_MASK; in tg3_phy_probe()
15578 if (!err && TG3_KNOWN_PHY_ID(hw_phy_id_masked)) { in tg3_phy_probe()
15580 if (hw_phy_id_masked == TG3_PHY_ID_BCM8002) in tg3_phy_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/
H A Dtg3.c15475 u32 hw_phy_id, hw_phy_id_masked; in tg3_phy_probe() local
15513 hw_phy_id = hw_phy_id_masked = TG3_PHY_ID_INVALID; in tg3_phy_probe()
15527 hw_phy_id_masked = hw_phy_id & TG3_PHY_ID_MASK; in tg3_phy_probe()
15530 if (!err && TG3_KNOWN_PHY_ID(hw_phy_id_masked)) { in tg3_phy_probe()
15532 if (hw_phy_id_masked == TG3_PHY_ID_BCM8002) in tg3_phy_probe()

Completed in 44 milliseconds