Home | History | Annotate | Download | only in netboot

Lines Matching defs:phys

428     signed char phys[4], mii_cnt;       /* MII device addresses. */
1428 for (phy = 0, phy_idx = 0; phy < 32 && phy_idx < sizeof(tp->phys);
1444 tp->phys[phy_idx++] = phy;
1463 tp->phys[0] = 1;
1625 tp->nic_name, tp->phys[0], mdio_read(nic, tp->phys[0], 1));
1841 tp->nic_name, tp->mii_advertise, tp->phys[phy_num]);
1843 mdio_write(nic, tp->phys[phy_num], 4, tp->mii_advertise);
1953 bmsr = mdio_read(nic, tp->phys[0], 1);
1954 lpa = mdio_read(nic, tp->phys[0], 5);
1965 int new_bmsr = mdio_read(nic, tp->phys[0], 1);
1995 tp->phys[0], lpa);