Searched refs:DmaPages (Results 1 - 2 of 2) sorted by relevance
/linux-4.4.14/drivers/block/ |
H A D | DAC960.c | 1164 struct dma_loaf *DmaPages = &Controller->DmaPages; DAC960_V1_EnableMemoryMailboxInterface() local 1202 if (!init_dma_loaf(PCI_Device, DmaPages, DmaPagesSize)) DAC960_V1_EnableMemoryMailboxInterface() 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() 1370 struct dma_loaf *DmaPages = &Controller->DmaPages; DAC960_V2_EnableMemoryMailboxInterface() local 1410 if (!init_dma_loaf(PCI_Device, DmaPages, DmaPagesSize)) { DAC960_V2_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() 2664 free_dma_loaf(Controller->PCIDevice, &Controller->DmaPages); DAC960_DetectCleanup()
|
H A D | DAC960.h | 2304 struct dma_loaf DmaPages; member in struct:DAC960_Controller
|
Completed in 211 milliseconds