HomeSort by: relevance | last modified time | path
    Searched refs:npestats (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/arm/xscale/
ixp425_if_npereg.h 224 struct npestats { struct
ixp425_if_npe.c 118 struct npestats *sc_stats;
563 error = bus_dmamem_alloc(sc->sc_dt, sizeof(struct npestats),
572 error = bus_dmamem_map(sc->sc_dt, &seg, 1, sizeof(struct npestats),
582 error = bus_dmamap_create(sc->sc_dt, sizeof(struct npestats), 1,
583 sizeof(struct npestats), 0, BUS_DMA_NOWAIT | BUS_DMA_ALLOCNOW,
593 sizeof(struct npestats), NULL, BUS_DMA_NOWAIT);
688 struct npestats *ns = sc->sc_stats;
727 sizeof(struct npestats), BUS_DMASYNC_POSTREAD);

Completed in 14 milliseconds