Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/scsi/arcmsr/
Darcmsr_hba.c237 acb->dma_coherent2, acb->dma_coherent_handle2); in arcmsr_free_io_queue()
652 acb->dma_coherent2 = dma_coherent; in arcmsr_alloc_io_queue()
666 acb->dma_coherent2 = dma_coherent; in arcmsr_alloc_io_queue()
682 acb->dma_coherent2 = dma_coherent; in arcmsr_alloc_io_queue()
764 acb->dma_coherent2 = ccb_tmp; in arcmsr_alloc_ccb_pool()
767 acb->pmuB = (struct MessageUnit_B *)acb->dma_coherent2; in arcmsr_alloc_ccb_pool()
771 acb->pmuD = (struct MessageUnit_D *)acb->dma_coherent2; in arcmsr_alloc_ccb_pool()
775 acb->pCompletionQ = acb->dma_coherent2; in arcmsr_alloc_ccb_pool()
Darcmsr.h804 void *dma_coherent2; member