Searched refs:phy4cpu (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/sys/dev/etherswitch/arswitch/
H A Darswitch_8316.c81 if (sc->is_rgmii && sc->phy4cpu) {
108 if (sc->is_rgmii && sc->phy4cpu) {
H A Darswitch_9340.c175 if (sc->phy4cpu) {
H A Darswitchvar.h65 int phy4cpu; /* PHY4 is connected to the CPU */ member in struct:arswitch_softc
H A Darswitch.c615 sc->phy4cpu = 1;
623 "phy4cpu", &sc->phy4cpu);
/freebsd-13-stable/sys/dev/etherswitch/rtl8366/
H A Drtl8366rb.c82 int phy4cpu; member in struct:rtl8366rb_softc
225 sc->phy4cpu = 0;
227 "phy4cpu", &sc->phy4cpu);
229 sc->numphys = sc->phy4cpu ? RTL8366_NUM_PHYS - 1 : RTL8366_NUM_PHYS;
672 if (sc->phy4cpu && p->es_port == sc->numphys) {
729 if (sc->phy4cpu && p->es_port == sc->numphys) {
764 if (sc->phy4cpu) {
793 if (sc->phy4cpu) {

Completed in 207 milliseconds