Searched refs:phyx (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/dlink/ |
D | sundance.c | 608 int phyx = phy & 0x1f; in sundance_probe1() local 609 int mii_status = mdio_read(dev, phyx, MII_BMSR); in sundance_probe1() 611 np->phys[phy_idx++] = phyx; in sundance_probe1() 612 np->mii_if.advertising = mdio_read(dev, phyx, MII_ADVERTISE); in sundance_probe1() 617 dev->name, phyx, mii_status, np->mii_if.advertising); in sundance_probe1()
|
/linux-4.1.27/drivers/net/ethernet/3com/ |
D | 3c59x.c | 1403 int mii_status, phyx; in vortex_probe1() local 1410 phyx = 24; in vortex_probe1() 1412 phyx = phy - 1; in vortex_probe1() 1414 phyx = phy; in vortex_probe1() 1415 mii_status = mdio_read(dev, phyx, MII_BMSR); in vortex_probe1() 1417 vp->phys[phy_idx++] = phyx; in vortex_probe1() 1420 phyx, mii_status); in vortex_probe1()
|