Home
last modified time | relevance | path

Searched refs:phy4cpu (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/etherswitch/arswitch/
H A Darswitch_8316.c79 if (sc->is_rgmii && sc->phy4cpu) { in ar8316_hw_setup()
106 if (sc->is_rgmii && sc->phy4cpu) { in ar8316_hw_setup()
H A Darswitchvar.h61 int phy4cpu; /* PHY4 is connected to the CPU */ member
H A Darswitch.c578 sc->phy4cpu = 1; in arswitch_attach()
586 "phy4cpu", &sc->phy4cpu); in arswitch_attach()
/freebsd/sys/dev/etherswitch/rtl8366/
H A Drtl8366rb.c80 int phy4cpu; member
223 sc->phy4cpu = 0; in rtl8366rb_attach()
225 "phy4cpu", &sc->phy4cpu); in rtl8366rb_attach()
227 sc->numphys = sc->phy4cpu ? RTL8366_NUM_PHYS - 1 : RTL8366_NUM_PHYS; in rtl8366rb_attach()
664 if (sc->phy4cpu && p->es_port == sc->numphys) { in rtl_getport()
721 if (sc->phy4cpu && p->es_port == sc->numphys) { in rtl_setport()
756 if (sc->phy4cpu) { in rtl_getvgroup()
785 if (sc->phy4cpu) { in rtl_setvgroup()