Searched refs:phyx (Results 1 – 2 of 2) sorted by relevance
/drivers/net/ethernet/dlink/ |
D | sundance.c | 599 int phyx = phy & 0x1f; in sundance_probe1() local 600 int mii_status = mdio_read(dev, phyx, MII_BMSR); in sundance_probe1() 602 np->phys[phy_idx++] = phyx; in sundance_probe1() 603 np->mii_if.advertising = mdio_read(dev, phyx, MII_ADVERTISE); in sundance_probe1() 608 dev->name, phyx, mii_status, np->mii_if.advertising); in sundance_probe1()
|
/drivers/net/ethernet/3com/ |
D | 3c59x.c | 1394 int mii_status, phyx; in vortex_probe1() local 1401 phyx = 24; in vortex_probe1() 1403 phyx = phy - 1; in vortex_probe1() 1405 phyx = phy; in vortex_probe1() 1406 mii_status = mdio_read(dev, phyx, MII_BMSR); in vortex_probe1() 1408 vp->phys[phy_idx++] = phyx; in vortex_probe1() 1411 phyx, mii_status); in vortex_probe1()
|