Home
last modified time | relevance | path

Searched refs:hw_phy_id_1 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c2376 uint32_t eeprom_phy_id, hw_phy_id_1, hw_phy_id_2; in tg3_phy_probe() local
2453 err = tg3_readphy(tp, MII_PHYSID1, &hw_phy_id_1); in tg3_phy_probe()
2456 hw_phy_id = (hw_phy_id_1 & 0xffff) << 10; in tg3_phy_probe()