Searched refs:cpuport (Results 1 – 6 of 6) sorted by relevance
86 KASSERT(sc->cpuport == 5, ("cpuport != 5 not supported for IP175C")); in ip175c_port_vlan_setup()99 if (ports[i] & (1 << sc->cpuport)) { in ip175c_port_vlan_setup()101 ports[i] &= ~(1 << sc->cpuport); in ip175c_port_vlan_setup()129 KASSERT(sc->cpuport == 5, ("cpuport != 5 not supported for IP175C")); in ip175c_dot1q_vlan_setup()244 sc->cpuport = IP175X_CPU_PORT; in ip175c_attach()
50 int cpuport; /* which PHY is connected to the CPU */ member
201 sc->phymask |= (1 << sc->cpuport); in ip17x_attach()397 if (phy == sc->cpuport) { in ip17x_getport()469 if (phy == sc->cpuport) in ip17x_setport()
216 sc->cpuport = IP175X_CPU_PORT; in ip175d_attach()
80 v->ports = (1 << sc->cpuport); in ip17x_reset_vlans()
66 int cpuport; /* which PHY is connected to the CPU */ member167 sc->cpuport = -1; in ukswitch_attach()175 "cpuport", &sc->cpuport); in ukswitch_attach()183 if (sc->cpuport != -1) in ukswitch_attach()185 sc->phymask |= (1 << sc->cpuport); in ukswitch_attach()356 if (sc->cpuport != -1 && phy == sc->cpuport) { in ukswitch_getport()391 if (sc->portphy[p->es_port] == sc->cpuport) in ukswitch_setport()