Searched refs:nic_phy_id (Results 1 – 1 of 1) sorted by relevance
15223 u32 nic_phy_id, ver, eeprom_phy_id; in tg3_get_eeprom_hw_cfg() local15249 tg3_read_mem(tp, NIC_SRAM_DATA_PHY_ID, &nic_phy_id); in tg3_get_eeprom_hw_cfg()15250 if (nic_phy_id != 0) { in tg3_get_eeprom_hw_cfg()15251 u32 id1 = nic_phy_id & NIC_SRAM_DATA_PHY_ID1_MASK; in tg3_get_eeprom_hw_cfg()15252 u32 id2 = nic_phy_id & NIC_SRAM_DATA_PHY_ID2_MASK; in tg3_get_eeprom_hw_cfg()