Searched refs:DmaPages (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/block/ |
D | DAC960.c | 1164 struct dma_loaf *DmaPages = &Controller->DmaPages; in DAC960_V1_EnableMemoryMailboxInterface() local 1202 if (!init_dma_loaf(PCI_Device, DmaPages, DmaPagesSize)) in DAC960_V1_EnableMemoryMailboxInterface() 1209 CommandMailboxesMemory = slice_dma_loaf(DmaPages, in DAC960_V1_EnableMemoryMailboxInterface() 1224 StatusMailboxesMemory = slice_dma_loaf(DmaPages, in DAC960_V1_EnableMemoryMailboxInterface() 1234 Controller->V1.MonitoringDCDB = slice_dma_loaf(DmaPages, in DAC960_V1_EnableMemoryMailboxInterface() 1238 Controller->V1.NewEnquiry = slice_dma_loaf(DmaPages, in DAC960_V1_EnableMemoryMailboxInterface() 1242 Controller->V1.NewErrorTable = slice_dma_loaf(DmaPages, in DAC960_V1_EnableMemoryMailboxInterface() 1246 Controller->V1.EventLogEntry = slice_dma_loaf(DmaPages, in DAC960_V1_EnableMemoryMailboxInterface() 1250 Controller->V1.RebuildProgress = slice_dma_loaf(DmaPages, in DAC960_V1_EnableMemoryMailboxInterface() 1254 Controller->V1.NewLogicalDriveInformation = slice_dma_loaf(DmaPages, in DAC960_V1_EnableMemoryMailboxInterface() [all …]
|
D | DAC960.h | 2304 struct dma_loaf DmaPages; member
|