Home
last modified time | relevance | path

Searched refs:phymask (Results 1 – 25 of 38) sorted by relevance

12

/NextBSD/sys/dev/etherswitch/ip17x/
HDip17x_vlans.c76 if (((1 << phy) & sc->phymask) == 0) in ip17x_reset_vlans()
82 if (((1 << j) & sc->phymask) == 0) in ip17x_reset_vlans()
100 if ((sc->phymask & (1 << i)) == 0) in ip17x_reset_vlans()
124 if ((sc->phymask & (1 << i)) == 0) in ip17x_getvgroup()
HDip17x.c136 if (((1 << phy) & sc->phymask) == 0) in ip17x_attach_phys()
180 sc->phymask = 0x0f; in ip17x_attach()
184 "phymask", &sc->phymask); in ip17x_attach()
199 sc->phymask |= (1 << sc->cpuport); in ip17x_attach()
249 if (((1 << i) & sc->phymask) == 0) in ip17x_detach()
304 if (((1 << i) & sc->phymask) == 0) in ip17x_miipollstat()
HDip17x_var.h51 int phymask; /* PHYs we manage */ member
/NextBSD/sys/mips/conf/
HDROUTERSTATION.hints13 hint.arge.0.phymask=0x100000
19 hint.arge.1.phymask=0x0
24 hint.ukswitch.0.phymask=0x30000
HDRSPRO.hints10 hint.arge.0.phymask=0x10 # PHY4
17 hint.arge.1.phymask=0x0 # no directly mapped PHYs
HDTP-WN1043ND.hints7 # hint.arge.0.phymask=0x000c
8 hint.arge.0.phymask=0x0000
17 hint.arge.1.phymask=0x0
HDONIONOMEGA.hints24 hint.arge.0.phymask=0x10 # PHY4
29 hint.arge.1.phymask=0x0 # No directly mapped PHYs
HDAP96.hints15 hint.arge.0.phymask=0x0 # Nothing attached here (XXX?)
21 hint.arge.1.phymask=0x10
HDTL-WR740Nv4.hints24 hint.arge.0.phymask=0x10 # PHY4
29 hint.arge.1.phymask=0x0 # No directly mapped PHYs
HDTP-MR3020.hints27 hint.arge.0.phymask=0x10 # PHY4
32 hint.arge.1.phymask=0x0 # No directly mapped PHYs
HDAP121.hints21 hint.arge.0.phymask=0x10 # PHY4
25 hint.arge.1.phymask=0x0 # No directly mapped PHYs
HDAP91.hints19 hint.arge.0.phymask=0x10 # PHY 4
25 hint.arge.1.phymask=0x0
HDCARAMBOLA2.hints24 hint.arge.0.phymask=0x10 # PHY4
29 hint.arge.1.phymask=0x0 # No directly mapped PHYs
HDPICOSTATION_M2HP.hints16 hint.arge.0.phymask=0x10 # PHY4
22 hint.arge.1.phymask=0x0 # no directly mapped PHYs
HDALFA_HORNET_UB.hints27 hint.arge.0.phymask=0x10 # PHY4
31 hint.arge.1.phymask=0x0 # No directly mapped PHYs
HDAP143.hints18 hint.arge.0.phymask=0x10 # PHY4
23 hint.arge.1.phymask=0x0 # No directly mapped PHYs
HDAP94.hints3 hint.arge.0.phymask=0x000c
HDENH200.hints15 hint.arge.0.phymask=0x10 # PHY 4
20 hint.arge.1.phymask=0x0
HDWZR-HPAG300H.hints11 hint.arge.0.phymask=0x0
18 hint.arge.1.phymask=0x10
HDAP93.hints15 hint.arge.0.phymask=0x10 # PHY 4
20 hint.arge.1.phymask=0x0
HDRT5350.hints32 hint.rt.0.phymask=0x1f
HDDIR-825B1.hints6 hint.arge.0.phymask=0x0
12 hint.arge.1.phymask=0x0
HDTL-WR1043NDv2.hints105 hint.arge.0.phymask=0x0
112 hint.arge.1.phymask=0x0
/NextBSD/sys/dev/etherswitch/ukswitch/
HDukswitch.c69 int phymask; /* PHYs we manage */ member
121 if (((1 << phy) & sc->phymask) == 0) in ukswitch_attach_phys()
168 sc->phymask = 0x0f; in ukswitch_attach()
175 "phymask", &sc->phymask); in ukswitch_attach()
187 sc->phymask |= (1 << sc->cpuport); in ukswitch_attach()
230 if (((1 << i) & sc->phymask) == 0) in ukswitch_detach()
293 if (((1 << i) & sc->phymask) == 0) in ukswitch_miipollstat()
/NextBSD/sys/dev/mii/
HDmii.c369 uint32_t phymask; in mii_attach() local
427 device_get_unit(*miibus), "phymask", &phymask) != 0) in mii_attach()
428 phymask = 0xffffffff; in mii_attach()
474 if ((phymask & (1 << ma.mii_phyno)) == 0) in mii_attach()

12