• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/block/

Lines Matching refs:DmaPages

1151   struct dma_loaf *DmaPages = &Controller->DmaPages;
1188 if (!init_dma_loaf(PCI_Device, DmaPages, DmaPagesSize))
1195 CommandMailboxesMemory = slice_dma_loaf(DmaPages,
1210 StatusMailboxesMemory = slice_dma_loaf(DmaPages,
1220 Controller->V1.MonitoringDCDB = slice_dma_loaf(DmaPages,
1224 Controller->V1.NewEnquiry = slice_dma_loaf(DmaPages,
1228 Controller->V1.NewErrorTable = slice_dma_loaf(DmaPages,
1232 Controller->V1.EventLogEntry = slice_dma_loaf(DmaPages,
1236 Controller->V1.RebuildProgress = slice_dma_loaf(DmaPages,
1240 Controller->V1.NewLogicalDriveInformation = slice_dma_loaf(DmaPages,
1244 Controller->V1.BackgroundInitializationStatus = slice_dma_loaf(DmaPages,
1248 Controller->V1.NewDeviceState = slice_dma_loaf(DmaPages,
1252 Controller->V1.NewInquiryStandardData = slice_dma_loaf(DmaPages,
1256 Controller->V1.NewInquiryUnitSerialNumber = slice_dma_loaf(DmaPages,
1356 struct dma_loaf *DmaPages = &Controller->DmaPages;
1393 if (!init_dma_loaf(PCI_Device, DmaPages, DmaPagesSize)) {
1399 CommandMailboxesMemory = slice_dma_loaf(DmaPages,
1414 StatusMailboxesMemory = slice_dma_loaf(DmaPages,
1423 Controller->V2.HealthStatusBuffer = slice_dma_loaf(DmaPages,
1427 Controller->V2.NewControllerInformation = slice_dma_loaf(DmaPages,
1431 Controller->V2.NewLogicalDeviceInformation = slice_dma_loaf(DmaPages,
1435 Controller->V2.NewPhysicalDeviceInformation = slice_dma_loaf(DmaPages,
1439 Controller->V2.NewInquiryUnitSerialNumber = slice_dma_loaf(DmaPages,
1443 Controller->V2.Event = slice_dma_loaf(DmaPages,
1447 Controller->V2.PhysicalToLogicalDevice = slice_dma_loaf(DmaPages,
2648 free_dma_loaf(Controller->PCIDevice, &Controller->DmaPages);