Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/bce/
H A Dif_bce.c3206 sc->ctx_map[i]); in bce_dma_free()
3214 sc->ctx_map[i]); in bce_dma_free()
3549 &sc->ctx_map[i])) { in bce_dma_alloc()
3556 error = bus_dmamap_load(sc->ctx_tag, sc->ctx_map[i], in bce_dma_alloc()
H A Dif_bcereg.h6524 bus_dmamap_t ctx_map[BCE_MAX_CONTEXT]; member