Home
last modified time | relevance | path

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

/dragonfly/sys/dev/raid/mrsas/
H A Dmrsas.c992 bus_dmamap_unload(sc->reply_desc_tag, sc->reply_desc_dmamap); in mrsas_free_mem()
994 bus_dmamem_free(sc->reply_desc_tag, sc->reply_desc_mem, sc->reply_desc_dmamap); in mrsas_free_mem()
1527 BUS_DMA_NOWAIT, &sc->reply_desc_dmamap)) { in mrsas_alloc_mem()
1531 if (bus_dmamap_load(sc->reply_desc_tag, sc->reply_desc_dmamap, in mrsas_alloc_mem()
H A Dmrsas.h2327 bus_dmamap_t reply_desc_dmamap; // bus dma io request dmamap member