Home
last modified time | relevance | path

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

/freebsd/sys/dev/arcmsr/
H A Darcmsr.c4532 bus_dmamap_sync(acb->xortable_dmat, acb->xortable_dmamap, BUS_DMASYNC_PREREAD); in arcmsr_map_xor_sg()
4552 bus_dmamap_unload(acb->xortable_dmat, acb->xortable_dmamap); in arcmsr_free_resource()
4553 if (acb->xortable_dmamap) { in arcmsr_free_resource()
4554 bus_dmamem_free(acb->xortable_dmat, acb->xortable, acb->xortable_dmamap); in arcmsr_free_resource()
5006 …(acb->xortable_dmat, (void **)&acb->xortable, ARCMSR_DMA_ALLOC_FLAG, &acb->xortable_dmamap) != 0) { in arcmsr_alloc_xor_mem()
5012 …rc = bus_dmamap_load(acb->xortable_dmat, acb->xortable_dmamap, acb->xortable, acb->init2cfg_size, … in arcmsr_alloc_xor_mem()
H A Darcmsr.h1432 bus_dmamap_t xortable_dmamap; member