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

  /src/sys/arch/arm/xscale/
ixp425_if_npe.c 98 struct npe_softc { struct
177 static struct npe_softc *npes[NPE_MAX]; /* NB: indexed by npeid */
180 RD4(struct npe_softc *sc, bus_size_t off)
186 WR4(struct npe_softc *sc, bus_size_t off, uint32_t val)
191 static int npe_activate(struct npe_softc *);
193 static void npe_deactivate(struct npe_softc *);
195 static void npe_setmac(struct npe_softc *, const u_char *);
196 static void npe_getmac(struct npe_softc *);
198 static int npe_rxbuf_init(struct npe_softc *, struct npebuf *,
201 static void npeinit_macreg(struct npe_softc *);
    [all...]

Completed in 13 milliseconds