Home
last modified time | relevance | path

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

/freebsd/sys/dev/etherswitch/infineon/
H A Dadm6996fc.c97 int ifpport[MII_NPHY]; member
173 sc->ifpport[phy] = port; in adm6996fc_attach_phys()
199 sc->ifpport[sc->cpuport] = port; in adm6996fc_attach_phys()
321 return (sc->ifpport[phy]); in adm6996fc_portforphy()
/freebsd/sys/dev/etherswitch/ukswitch/
H A Dukswitch.c72 int ifpport[MII_NPHY]; member
124 sc->ifpport[phy] = port; in ukswitch_attach_phys()
262 return (sc->ifpport[phy]); in ukswitch_portforphy()
/freebsd/sys/dev/etherswitch/micrel/
H A Dksz8995ma.c148 int ifpport[KSZ8995MA_MAX_PORT]; member
219 sc->ifpport[phy] = port; in ksz8995ma_attach_phys()
245 sc->ifpport[sc->cpuport] = port; in ksz8995ma_attach_phys()
379 return (sc->ifpport[phy]); in ksz8995ma_portforphy()
/freebsd/sys/dev/etherswitch/e6000sw/
H A De6060sw.c117 int ifpport[MII_NPHY]; member
214 sc->ifpport[phy] = port; in e6060sw_attach_phys()
240 sc->ifpport[sc->cpuport] = port; in e6060sw_attach_phys()
361 return (sc->ifpport[phy]); in e6060sw_portforphy()