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

/linux-4.4.14/drivers/block/
H A DDAC960.c211 init_dma_loaf() and slice_dma_loaf() are helper functions for
237 static void *slice_dma_loaf(struct dma_loaf *loaf, size_t len, slice_dma_loaf() function
1209 CommandMailboxesMemory = slice_dma_loaf(DmaPages, DAC960_V1_EnableMemoryMailboxInterface()
1224 StatusMailboxesMemory = slice_dma_loaf(DmaPages, DAC960_V1_EnableMemoryMailboxInterface()
1234 Controller->V1.MonitoringDCDB = slice_dma_loaf(DmaPages, DAC960_V1_EnableMemoryMailboxInterface()
1238 Controller->V1.NewEnquiry = slice_dma_loaf(DmaPages, DAC960_V1_EnableMemoryMailboxInterface()
1242 Controller->V1.NewErrorTable = slice_dma_loaf(DmaPages, DAC960_V1_EnableMemoryMailboxInterface()
1246 Controller->V1.EventLogEntry = slice_dma_loaf(DmaPages, DAC960_V1_EnableMemoryMailboxInterface()
1250 Controller->V1.RebuildProgress = slice_dma_loaf(DmaPages, DAC960_V1_EnableMemoryMailboxInterface()
1254 Controller->V1.NewLogicalDriveInformation = slice_dma_loaf(DmaPages, DAC960_V1_EnableMemoryMailboxInterface()
1258 Controller->V1.BackgroundInitializationStatus = slice_dma_loaf(DmaPages, DAC960_V1_EnableMemoryMailboxInterface()
1262 Controller->V1.NewDeviceState = slice_dma_loaf(DmaPages, DAC960_V1_EnableMemoryMailboxInterface()
1266 Controller->V1.NewInquiryStandardData = slice_dma_loaf(DmaPages, DAC960_V1_EnableMemoryMailboxInterface()
1270 Controller->V1.NewInquiryUnitSerialNumber = slice_dma_loaf(DmaPages, DAC960_V1_EnableMemoryMailboxInterface()
1416 CommandMailboxesMemory = slice_dma_loaf(DmaPages, DAC960_V2_EnableMemoryMailboxInterface()
1431 StatusMailboxesMemory = slice_dma_loaf(DmaPages, DAC960_V2_EnableMemoryMailboxInterface()
1440 Controller->V2.HealthStatusBuffer = slice_dma_loaf(DmaPages, DAC960_V2_EnableMemoryMailboxInterface()
1444 Controller->V2.NewControllerInformation = slice_dma_loaf(DmaPages, DAC960_V2_EnableMemoryMailboxInterface()
1448 Controller->V2.NewLogicalDeviceInformation = slice_dma_loaf(DmaPages, DAC960_V2_EnableMemoryMailboxInterface()
1452 Controller->V2.NewPhysicalDeviceInformation = slice_dma_loaf(DmaPages, DAC960_V2_EnableMemoryMailboxInterface()
1456 Controller->V2.NewInquiryUnitSerialNumber = slice_dma_loaf(DmaPages, DAC960_V2_EnableMemoryMailboxInterface()
1460 Controller->V2.Event = slice_dma_loaf(DmaPages, DAC960_V2_EnableMemoryMailboxInterface()
1464 Controller->V2.PhysicalToLogicalDevice = slice_dma_loaf(DmaPages, DAC960_V2_EnableMemoryMailboxInterface()
1559 Enquiry2 = slice_dma_loaf(&local_dma, sizeof(DAC960_V1_Enquiry2_T), &Enquiry2DMA); DAC960_V1_ReadControllerConfiguration()
1560 Config2 = slice_dma_loaf(&local_dma, sizeof(DAC960_V1_Config2_T), &Config2DMA); DAC960_V1_ReadControllerConfiguration()
1992 DCDBs_cpu[Channel] = slice_dma_loaf(&local_dma, DAC960_V1_ReadDeviceConfiguration()
1994 SCSI_Inquiry_cpu[Channel] = slice_dma_loaf(&local_dma, DAC960_V1_ReadDeviceConfiguration()
1997 SCSI_NewInquiryUnitSerialNumberCPU[Channel] = slice_dma_loaf(&local_dma, DAC960_V1_ReadDeviceConfiguration()

Completed in 96 milliseconds