Home
last modified time | relevance | path

Searched refs:ctx_map (Results 1 – 2 of 2) sorted by relevance

/trueos/sys/dev/bce/
HDif_bce.c3260 sc->ctx_map[i]); in bce_dma_free()
3264 if (sc->ctx_map[i] != NULL) { in bce_dma_free()
3267 sc->ctx_map[i]); in bce_dma_free()
3270 sc->ctx_map[i]); in bce_dma_free()
3271 sc->ctx_map[i] = NULL; in bce_dma_free()
3621 &sc->ctx_map[i])) { in bce_dma_alloc()
3628 error = bus_dmamap_load(sc->ctx_tag, sc->ctx_map[i], in bce_dma_alloc()
HDif_bcereg.h6644 bus_dmamap_t ctx_map[BCE_MAX_CONTEXT]; member