Searched refs:fxp_stats (Results 1 – 3 of 3) sorted by relevance
| /src/sys/dev/fxp/ |
| H A D | if_fxpvar.h | 201 struct fxp_stats *fxp_stats; /* Pointer to interface stats */ member
|
| H A D | if_fxp.c | 675 sizeof(struct fxp_stats), 1, sizeof(struct fxp_stats), 0, in fxp_attach() 682 error = bus_dmamem_alloc(sc->fxp_stag, (void **)&sc->fxp_stats, in fxp_attach() 688 error = bus_dmamap_load(sc->fxp_stag, sc->fxp_smap, sc->fxp_stats, in fxp_attach() 689 sizeof(struct fxp_stats), fxp_dma_map_addr, &sc->stats_addr, in fxp_attach() 942 if (sc->fxp_stats) { in fxp_release() 944 bus_dmamem_free(sc->fxp_stag, sc->fxp_stats, sc->fxp_smap); in fxp_release() 2007 struct fxp_stats *sp = sc->fxp_stats; in fxp_update_stats() 2290 bzero(sc->fxp_stats, sizeof(struct fxp_stats)); in fxp_init_body()
|
| H A D | if_fxpreg.h | 408 struct fxp_stats { struct
|