Home
last modified time | relevance | path

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

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dtg3.c2336 static struct subsys_tbl_ent subsys_id_to_phy_id[] = { variable
2385 for (i = 0; i < sizeof(subsys_id_to_phy_id)/sizeof(subsys_id_to_phy_id[0]); i++) { in tg3_phy_probe()
2386 if ((subsys_id_to_phy_id[i].subsys_vendor == tp->subsystem_vendor) && in tg3_phy_probe()
2387 (subsys_id_to_phy_id[i].subsys_devid == tp->subsystem_device)) { in tg3_phy_probe()
2388 tp->phy_id = subsys_id_to_phy_id[i].phy_id; in tg3_phy_probe()