Lines Matching refs:DmaPages
1163 struct dma_loaf *DmaPages = &Controller->DmaPages; in DAC960_V1_EnableMemoryMailboxInterface() local
1200 if (!init_dma_loaf(PCI_Device, DmaPages, DmaPagesSize)) in DAC960_V1_EnableMemoryMailboxInterface()
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()
1368 struct dma_loaf *DmaPages = &Controller->DmaPages; in DAC960_V2_EnableMemoryMailboxInterface() local
1405 if (!init_dma_loaf(PCI_Device, DmaPages, DmaPagesSize)) { in DAC960_V2_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()
2665 free_dma_loaf(Controller->PCIDevice, &Controller->DmaPages); in DAC960_DetectCleanup()