HomeSort by: relevance | last modified time | path
    Searched defs:emac3 (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/playstation2/dev/
if_smap.c 93 struct emac3_softc emac3; member in struct:smap_softc
111 #define DEVNAME (device_xname(sc->emac3.dev))
151 struct emac3_softc *emac3 = &sc->emac3; local in function:smap_attach
153 struct mii_data *mii = &emac3->mii;
161 sc->emac3.dev = self;
166 if (smap_get_eaddr(sc, emac3->eaddr) != 0)
170 ether_sprintf(emac3->eaddr));
190 if (emac3_init(&sc->emac3) != 0)
224 mii_attach(emac3->dev, mii, 0xffffffff, MII_PHY_ANY
    [all...]

Completed in 14 milliseconds