Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/scsi/arcmsr/
Darcmsr_hba.c248 acb->dma_coherent2, acb->dma_coherent_handle2); in arcmsr_free_io_queue()
653 memset(acb->dma_coherent2, 0xff, acb->completeQ_size); in arcmsr_hbaF_assign_regAddr()
654 acb->message_wbuffer = (uint32_t *)round_up((unsigned long)acb->dma_coherent2 + in arcmsr_hbaF_assign_regAddr()
686 acb->dma_coherent2 = dma_coherent; in arcmsr_alloc_io_queue()
700 acb->dma_coherent2 = dma_coherent; in arcmsr_alloc_io_queue()
716 acb->dma_coherent2 = dma_coherent; in arcmsr_alloc_io_queue()
737 acb->dma_coherent2 = dma_coherent; in arcmsr_alloc_io_queue()
823 acb->dma_coherent2 = ccb_tmp; in arcmsr_alloc_ccb_pool()
827 acb->pmuB = (struct MessageUnit_B *)acb->dma_coherent2; in arcmsr_alloc_ccb_pool()
831 acb->pmuD = (struct MessageUnit_D *)acb->dma_coherent2; in arcmsr_alloc_ccb_pool()
[all …]
Darcmsr.h902 void *dma_coherent2; member