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

/linux-master/drivers/scsi/arcmsr/
H A Darcmsr_hba.c252 acb->dma_coherent2, acb->dma_coherent_handle2);
657 memset(acb->dma_coherent2, 0xff, acb->completeQ_size);
658 acb->message_wbuffer = (uint32_t *)round_up((unsigned long)acb->dma_coherent2 +
690 acb->dma_coherent2 = dma_coherent;
704 acb->dma_coherent2 = dma_coherent;
720 acb->dma_coherent2 = dma_coherent;
741 acb->dma_coherent2 = dma_coherent;
878 acb->dma_coherent2 = ccb_tmp;
882 acb->pmuB = (struct MessageUnit_B *)acb->dma_coherent2;
886 acb->pmuD = (struct MessageUnit_D *)acb->dma_coherent2;
[all...]
H A Darcmsr.h924 void *dma_coherent2; member in struct:AdapterControlBlock

Completed in 143 milliseconds