Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/dlink/
Dsundance.c601 int phyx = phy & 0x1f; in sundance_probe1() local
602 int mii_status = mdio_read(dev, phyx, MII_BMSR); in sundance_probe1()
604 np->phys[phy_idx++] = phyx; in sundance_probe1()
605 np->mii_if.advertising = mdio_read(dev, phyx, MII_ADVERTISE); in sundance_probe1()
610 dev->name, phyx, mii_status, np->mii_if.advertising); in sundance_probe1()
/linux-5.19.10/drivers/net/ethernet/3com/
D3c59x.c1396 int mii_status, phyx; in vortex_probe1() local
1403 phyx = 24; in vortex_probe1()
1405 phyx = phy - 1; in vortex_probe1()
1407 phyx = phy; in vortex_probe1()
1408 mii_status = mdio_read(dev, phyx, MII_BMSR); in vortex_probe1()
1410 vp->phys[phy_idx++] = phyx; in vortex_probe1()
1413 phyx, mii_status); in vortex_probe1()