Searched refs:nic_phy_id (Results 1 – 1 of 1) sorted by relevance
15242 u32 nic_phy_id, ver, eeprom_phy_id; in tg3_get_eeprom_hw_cfg() local15268 tg3_read_mem(tp, NIC_SRAM_DATA_PHY_ID, &nic_phy_id); in tg3_get_eeprom_hw_cfg()15269 if (nic_phy_id != 0) { in tg3_get_eeprom_hw_cfg()15270 u32 id1 = nic_phy_id & NIC_SRAM_DATA_PHY_ID1_MASK; in tg3_get_eeprom_hw_cfg()15271 u32 id2 = nic_phy_id & NIC_SRAM_DATA_PHY_ID2_MASK; in tg3_get_eeprom_hw_cfg()