Home
last modified time | relevance | path

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

/freebsd/sys/dev/fxp/
H A Dif_fxpvar.h201 struct fxp_stats *fxp_stats; /* Pointer to interface stats */ member
H A Dif_fxp.c676 sizeof(struct fxp_stats), 1, sizeof(struct fxp_stats), 0, in fxp_attach()
683 error = bus_dmamem_alloc(sc->fxp_stag, (void **)&sc->fxp_stats, in fxp_attach()
689 error = bus_dmamap_load(sc->fxp_stag, sc->fxp_smap, sc->fxp_stats, in fxp_attach()
690 sizeof(struct fxp_stats), fxp_dma_map_addr, &sc->stats_addr, in fxp_attach()
943 if (sc->fxp_stats) { in fxp_release()
945 bus_dmamem_free(sc->fxp_stag, sc->fxp_stats, sc->fxp_smap); in fxp_release()
2021 struct fxp_stats *sp = sc->fxp_stats; in fxp_update_stats()
2304 bzero(sc->fxp_stats, sizeof(struct fxp_stats)); in fxp_init_body()
H A Dif_fxpreg.h408 struct fxp_stats { struct