Home
last modified time | relevance | path

Searched refs:DmaPages (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/block/
DDAC960.c1163 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()
[all …]
DDAC960.h2303 struct dma_loaf DmaPages; member