Lines Matching refs:PCIDevice

281 		Controller->PCIDevice,  in DAC960_CreateAuxiliaryStructures()
294 Controller->PCIDevice, in DAC960_CreateAuxiliaryStructures()
301 Controller->PCIDevice, sizeof(DAC960_SCSI_RequestSense_T), in DAC960_CreateAuxiliaryStructures()
1163 struct pci_dev *PCI_Device = Controller->PCIDevice; in DAC960_V1_EnableMemoryMailboxInterface()
1182 if (pci_set_dma_mask(Controller->PCIDevice, DMA_BIT_MASK(32))) in DAC960_V1_EnableMemoryMailboxInterface()
1369 struct pci_dev *PCI_Device = Controller->PCIDevice; in DAC960_V2_EnableMemoryMailboxInterface()
1385 if (!pci_set_dma_mask(Controller->PCIDevice, DMA_BIT_MASK(64))) in DAC960_V2_EnableMemoryMailboxInterface()
1387 else if (!pci_set_dma_mask(Controller->PCIDevice, DMA_BIT_MASK(32))) in DAC960_V2_EnableMemoryMailboxInterface()
1555 if (!init_dma_loaf(Controller->PCIDevice, &local_dma, in DAC960_V1_ReadControllerConfiguration()
1564 free_dma_loaf(Controller->PCIDevice, &local_dma); in DAC960_V1_ReadControllerConfiguration()
1571 free_dma_loaf(Controller->PCIDevice, &local_dma); in DAC960_V1_ReadControllerConfiguration()
1576 free_dma_loaf(Controller->PCIDevice, &local_dma); in DAC960_V1_ReadControllerConfiguration()
1582 free_dma_loaf(Controller->PCIDevice, &local_dma); in DAC960_V1_ReadControllerConfiguration()
1594 free_dma_loaf(Controller->PCIDevice, &local_dma); in DAC960_V1_ReadControllerConfiguration()
1638 free_dma_loaf(Controller->PCIDevice, &local_dma); in DAC960_V1_ReadControllerConfiguration()
1696 free_dma_loaf(Controller->PCIDevice, &local_dma); in DAC960_V1_ReadControllerConfiguration()
1745 free_dma_loaf(Controller->PCIDevice, &local_dma); in DAC960_V1_ReadControllerConfiguration()
1776 free_dma_loaf(Controller->PCIDevice, &local_dma); in DAC960_V1_ReadControllerConfiguration()
1984 if (!init_dma_loaf(Controller->PCIDevice, &local_dma, in DAC960_V1_ReadDeviceConfiguration()
2102 free_dma_loaf(Controller->PCIDevice, &local_dma); in DAC960_V1_ReadDeviceConfiguration()
2664 free_dma_loaf(Controller->PCIDevice, &Controller->DmaPages); in DAC960_DetectCleanup()
2696 pci_disable_device(Controller->PCIDevice); in DAC960_DetectCleanup()
2738 Controller->PCIDevice = PCI_Device; in DAC960_DetectController()
3357 Command->SegmentCount = pci_map_sg(Controller->PCIDevice, Command->cmd_sglist, in DAC960_process_queue()
3435 (void)pci_map_sg(Controller->PCIDevice, Command->cmd_sglist, 1, Command->DmaDirection); in DAC960_queue_partial_rw()
3469 pci_unmap_sg(Command->Controller->PCIDevice, Command->cmd_sglist, in DAC960_ProcessCompletedRequest()
6132 OldRebuildRateConstant = pci_alloc_consistent( Controller->PCIDevice, in DAC960_V1_ExecuteUserCommand()
6159 pci_free_consistent(Controller->PCIDevice, sizeof(char), in DAC960_V1_ExecuteUserCommand()
6734 DCDB_IOBUF = pci_alloc_consistent(Controller->PCIDevice, in DAC960_gam_ioctl()
6744 DataTransferBuffer = pci_zalloc_consistent(Controller->PCIDevice, in DAC960_gam_ioctl()
6752 DataTransferBuffer = pci_alloc_consistent(Controller->PCIDevice, in DAC960_gam_ioctl()
6832 pci_free_consistent(Controller->PCIDevice, abs(DataTransferLength), in DAC960_gam_ioctl()
6835 pci_free_consistent(Controller->PCIDevice, sizeof(DAC960_V1_DCDB_T), in DAC960_gam_ioctl()
6880 DataTransferBuffer = pci_zalloc_consistent(Controller->PCIDevice, in DAC960_gam_ioctl()
6888 DataTransferBuffer = pci_alloc_consistent(Controller->PCIDevice, in DAC960_gam_ioctl()
6902 RequestSenseBuffer = pci_zalloc_consistent(Controller->PCIDevice, in DAC960_gam_ioctl()
6996 pci_free_consistent(Controller->PCIDevice, abs(DataTransferLength), in DAC960_gam_ioctl()
6999 pci_free_consistent(Controller->PCIDevice, RequestSenseLength, in DAC960_gam_ioctl()