fxp_stats
struct fxp_stats *sp = sc->fxp_stats;
bzero(sc->fxp_stats, sizeof(struct fxp_stats));
sizeof(struct fxp_stats), 1, sizeof(struct fxp_stats), 0,
error = bus_dmamem_alloc(sc->fxp_stag, (void **)&sc->fxp_stats,
error = bus_dmamap_load(sc->fxp_stag, sc->fxp_smap, sc->fxp_stats,
sizeof(struct fxp_stats), fxp_dma_map_addr, &sc->stats_addr,
if (sc->fxp_stats) {
bus_dmamem_free(sc->fxp_stag, sc->fxp_stats, sc->fxp_smap);
struct fxp_stats *fxp_stats; /* Pointer to interface stats */