Searched refs:fxp_stats (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/fxp/
H A Dif_fxpvar.h201 struct fxp_stats *fxp_stats; /* Pointer to interface stats */ member in struct:fxp_softc
H A Dif_fxp.c681 sizeof(struct fxp_stats), 1, sizeof(struct fxp_stats), 0,
688 error = bus_dmamem_alloc(sc->fxp_stag, (void **)&sc->fxp_stats,
694 error = bus_dmamap_load(sc->fxp_stag, sc->fxp_smap, sc->fxp_stats,
695 sizeof(struct fxp_stats), fxp_dma_map_addr, &sc->stats_addr,
950 if (sc->fxp_stats) {
952 bus_dmamem_free(sc->fxp_stag, sc->fxp_stats, sc->fxp_smap);
2028 struct fxp_stats *sp = sc->fxp_stats;
2311 bzero(sc->fxp_stats, sizeo
[all...]
H A Dif_fxpreg.h408 struct fxp_stats { struct

Completed in 78 milliseconds