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

/freebsd-12-stable/sys/dev/fxp/
H A Dif_fxpvar.h203 struct fxp_stats *fxp_stats; /* Pointer to interface stats */ member in struct:fxp_softc
H A Dif_fxp.c688 sizeof(struct fxp_stats), 1, sizeof(struct fxp_stats), 0,
695 error = bus_dmamem_alloc(sc->fxp_stag, (void **)&sc->fxp_stats,
701 error = bus_dmamap_load(sc->fxp_stag, sc->fxp_smap, sc->fxp_stats,
702 sizeof(struct fxp_stats), fxp_dma_map_addr, &sc->stats_addr,
958 if (sc->fxp_stats) {
960 bus_dmamem_free(sc->fxp_stag, sc->fxp_stats, sc->fxp_smap);
2038 struct fxp_stats *sp = sc->fxp_stats;
2321 bzero(sc->fxp_stats, sizeo
[all...]
H A Dif_fxpreg.h410 struct fxp_stats { struct

Completed in 158 milliseconds