Searched refs:stats_tag (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/bce/ |
H A D | if_bce.c | 3181 sc->stats_tag, in bce_dma_free() 3188 sc->stats_tag, in bce_dma_free() 3194 if (sc->stats_tag != NULL) { in bce_dma_free() 3195 bus_dma_tag_destroy(sc->stats_tag); in bce_dma_free() 3196 sc->stats_tag = NULL; in bce_dma_free() 3489 0, NULL, NULL, &sc->stats_tag)) { in bce_dma_alloc() 3496 if (bus_dmamem_alloc(sc->stats_tag, (void **)&sc->stats_block, in bce_dma_alloc() 3504 error = bus_dmamap_load(sc->stats_tag, sc->stats_map, in bce_dma_alloc() 7999 bus_dmamap_sync(sc->stats_tag, sc->stats_map, BUS_DMASYNC_POSTREAD); in bce_stats_update() 8525 bus_dmamap_sync(sc->stats_tag, sc->stats_map, in bce_sysctl_stats_clear() [all …]
|
H A D | if_bcereg.h | 6514 bus_dma_tag_t stats_tag; member
|