Lines Matching refs:cpuport
147 int cpuport; /* which PHY is connected to the CPU */ member
217 if (phy == sc->cpuport) in ksz8995ma_attach_phys()
255 if (sc->cpuport != -1) { in ksz8995ma_attach_phys()
257 sc->ifpport[sc->cpuport] = port; in ksz8995ma_attach_phys()
258 sc->portphy[port] = sc->cpuport; in ksz8995ma_attach_phys()
298 sc->cpuport = -1; in ksz8995ma_attach()
302 "cpuport", &sc->cpuport); in ksz8995ma_attach()
411 if (port == sc->cpuport) in ksz8995ma_miiforport()
438 if (i == sc->cpuport) in ksz8995ma_miipollstat()
538 if (sc->cpuport != -1 && phy == sc->cpuport) { in ksz8995ma_getport()
615 if (phy != sc->cpuport) { in ksz8995ma_setport()