Home
last modified time | relevance | path

Searched refs:numphys (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-13-stable/sys/dev/etherswitch/arswitch/
HDarswitch_vlans.c121 reg &= ((1 << (sc->numphys + 1)) - 1); in ar8xxx_get_dot1q_vlan()
188 for (i = 0; i <= sc->numphys; i++) { in ar8xxx_reset_vlans()
208 for (i = 0; i <= sc->numphys; i++) in ar8xxx_reset_vlans()
223 for (i = 0; i <= sc->numphys; i++) in ar8xxx_reset_vlans()
226 for (i = 0; i <= sc->numphys; i++) in ar8xxx_reset_vlans()
232 for (i = 0; i <= sc->numphys; i++) { in ar8xxx_reset_vlans()
235 for (j = 0; j <= sc->numphys; j++) in ar8xxx_reset_vlans()
249 for (i = 0; i <= sc->numphys; i++) in ar8xxx_reset_vlans()
HDarswitch.c176 for (phy = 0; phy < sc->numphys; phy++) { in arswitch_attach_phys()
606 sc->numphys = 4; in arswitch_attach()
613 "numphys", &sc->numphys); in arswitch_attach()
623 if (sc->numphys > AR8X16_NUM_PHYS) in arswitch_attach()
624 sc->numphys = AR8X16_NUM_PHYS; in arswitch_attach()
659 for (port = 0; port <= sc->numphys; port++) { in arswitch_attach()
707 for (i=0; i < sc->numphys; i++) { in arswitch_detach()
738 if (phy < 0 || phy >= sc->numphys) in arswitch_miiforport()
748 if (phy < 0 || phy >= sc->numphys) in arswitch_ifpforport()
807 for (i = 0; i < sc->numphys; i++) { in arswitch_miipollstat()
[all …]
HDarswitchvar.h64 int numphys; /* PHYs we manage */ member
/freebsd-13-stable/sys/dev/etherswitch/rtl8366/
HDrtl8366rb.c81 int numphys; member
227 sc->numphys = sc->phy4cpu ? RTL8366_NUM_PHYS - 1 : RTL8366_NUM_PHYS; in rtl8366rb_attach()
229 sc->info.es_nports = sc->numphys + 1; in rtl8366rb_attach()
239 for (i = 0; i < sc->numphys; i++) { in rtl8366rb_attach()
277 for (i=0; i < sc->numphys; i++) { in rtl8366rb_detach()
333 for (i = 0; i < sc->numphys; i++) { in rtl833rb_miipollstat()
662 if (p->es_port < 0 || p->es_port >= (sc->numphys + 1)) in rtl_getport()
664 if (sc->phy4cpu && p->es_port == sc->numphys) { in rtl_getport()
673 if (p->es_port < sc->numphys) { in rtl_getport()
710 if (p->es_port < 0 || p->es_port >= (sc->numphys + 1)) in rtl_setport()
[all …]
/freebsd-13-stable/sys/dev/etherswitch/mtkswitch/
HDmtkswitch.c116 for (phy = 0; phy < sc->numphys; phy++) { in mtkswitch_attach_phys()
174 sc->numphys = MTKSWITCH_MAX_PHYS; in mtkswitch_attach()
359 for (i = 0; i < sc->numphys; i++) { in mtkswitch_miipollstat()
HDmtkswitchvar.h60 int numphys; member
/freebsd-13-stable/sys/mips/conf/
HDRSPRO.hints21 hint.arswitch.0.numphys=4
HDDB120.hints19 hint.arswitch.0.numphys=5
72 hint.arswitch.1.numphys=5
HDTL-WDR4300.hints50 hint.arswitch.0.numphys=5
102 hint.arswitch.1.numphys=5
HDAP96.hints30 hint.arswitch.0.numphys=4
HDTP-MR3020.hints20 hint.arswitch.0.numphys=4
HDTL-WR740Nv4.hints17 hint.arswitch.0.numphys=4
HDAP91.hints34 hint.arswitch.0.numphys=4 # 4 active switch PHYs (PHY 0 -> 3)
HDTP-MR3040.hints20 hint.arswitch.0.numphys=4
HDAP121.hints14 hint.arswitch.0.numphys=4
HDPICOSTATION_M2HP.hints28 hint.arswitch.0.numphys=4 # 4 active switch PHYs (PHY 0 -> 3)
HDROCKET_M2HP.hints28 hint.arswitch.0.numphys=4 # 4 active switch PHYs (PHY 0 -> 3)
HDCARAMBOLA2.hints17 hint.arswitch.0.numphys=4
HDAP143.hints9 hint.arswitch.0.numphys=4
HDALFA_HORNET_UB.hints20 hint.arswitch.0.numphys=4
HDONIONOMEGA.hints17 hint.arswitch.0.numphys=4
HDENH200.hints29 hint.arswitch.0.numphys=4 # 4 active switch PHYs (PHY 0 -> 3)
HDAP93.hints31 hint.arswitch.0.numphys=4 # 4 active switch PHYs (PHY 0 -> 3)
HDWZR-HPAG300H.hints29 hint.arswitch.0.numphys=4 # 5 active switch PHYs (PHY 0 -> 4)
HDDIR-825C1.hints43 hint.arswitch.0.numphys=5

12