Lines Matching refs:slice_dma_loaf
238 static void *slice_dma_loaf(struct dma_loaf *loaf, size_t len, in slice_dma_loaf() function
1207 CommandMailboxesMemory = slice_dma_loaf(DmaPages, in DAC960_V1_EnableMemoryMailboxInterface()
1222 StatusMailboxesMemory = slice_dma_loaf(DmaPages, in DAC960_V1_EnableMemoryMailboxInterface()
1232 Controller->V1.MonitoringDCDB = slice_dma_loaf(DmaPages, in DAC960_V1_EnableMemoryMailboxInterface()
1236 Controller->V1.NewEnquiry = slice_dma_loaf(DmaPages, in DAC960_V1_EnableMemoryMailboxInterface()
1240 Controller->V1.NewErrorTable = slice_dma_loaf(DmaPages, in DAC960_V1_EnableMemoryMailboxInterface()
1244 Controller->V1.EventLogEntry = slice_dma_loaf(DmaPages, in DAC960_V1_EnableMemoryMailboxInterface()
1248 Controller->V1.RebuildProgress = slice_dma_loaf(DmaPages, in DAC960_V1_EnableMemoryMailboxInterface()
1252 Controller->V1.NewLogicalDriveInformation = slice_dma_loaf(DmaPages, in DAC960_V1_EnableMemoryMailboxInterface()
1256 Controller->V1.BackgroundInitializationStatus = slice_dma_loaf(DmaPages, in DAC960_V1_EnableMemoryMailboxInterface()
1260 Controller->V1.NewDeviceState = slice_dma_loaf(DmaPages, in DAC960_V1_EnableMemoryMailboxInterface()
1264 Controller->V1.NewInquiryStandardData = slice_dma_loaf(DmaPages, in DAC960_V1_EnableMemoryMailboxInterface()
1268 Controller->V1.NewInquiryUnitSerialNumber = slice_dma_loaf(DmaPages, in DAC960_V1_EnableMemoryMailboxInterface()
1411 CommandMailboxesMemory = slice_dma_loaf(DmaPages, in DAC960_V2_EnableMemoryMailboxInterface()
1426 StatusMailboxesMemory = slice_dma_loaf(DmaPages, in DAC960_V2_EnableMemoryMailboxInterface()
1435 Controller->V2.HealthStatusBuffer = slice_dma_loaf(DmaPages, in DAC960_V2_EnableMemoryMailboxInterface()
1439 Controller->V2.NewControllerInformation = slice_dma_loaf(DmaPages, in DAC960_V2_EnableMemoryMailboxInterface()
1443 Controller->V2.NewLogicalDeviceInformation = slice_dma_loaf(DmaPages, in DAC960_V2_EnableMemoryMailboxInterface()
1447 Controller->V2.NewPhysicalDeviceInformation = slice_dma_loaf(DmaPages, in DAC960_V2_EnableMemoryMailboxInterface()
1451 Controller->V2.NewInquiryUnitSerialNumber = slice_dma_loaf(DmaPages, in DAC960_V2_EnableMemoryMailboxInterface()
1455 Controller->V2.Event = slice_dma_loaf(DmaPages, in DAC960_V2_EnableMemoryMailboxInterface()
1459 Controller->V2.PhysicalToLogicalDevice = slice_dma_loaf(DmaPages, in DAC960_V2_EnableMemoryMailboxInterface()
1554 Enquiry2 = slice_dma_loaf(&local_dma, sizeof(DAC960_V1_Enquiry2_T), &Enquiry2DMA); in DAC960_V1_ReadControllerConfiguration()
1555 Config2 = slice_dma_loaf(&local_dma, sizeof(DAC960_V1_Config2_T), &Config2DMA); in DAC960_V1_ReadControllerConfiguration()
1990 DCDBs_cpu[Channel] = slice_dma_loaf(&local_dma, in DAC960_V1_ReadDeviceConfiguration()
1992 SCSI_Inquiry_cpu[Channel] = slice_dma_loaf(&local_dma, in DAC960_V1_ReadDeviceConfiguration()
1995 SCSI_NewInquiryUnitSerialNumberCPU[Channel] = slice_dma_loaf(&local_dma, in DAC960_V1_ReadDeviceConfiguration()