Lines Matching refs:PCIDevice

282 		&Controller->PCIDevice->dev,  in DAC960_CreateAuxiliaryStructures()
295 &Controller->PCIDevice->dev, in DAC960_CreateAuxiliaryStructures()
302 &Controller->PCIDevice->dev, sizeof(DAC960_SCSI_RequestSense_T), in DAC960_CreateAuxiliaryStructures()
1162 struct pci_dev *PCI_Device = Controller->PCIDevice; in DAC960_V1_EnableMemoryMailboxInterface()
1181 if (pci_set_dma_mask(Controller->PCIDevice, DMA_BIT_MASK(32))) in DAC960_V1_EnableMemoryMailboxInterface()
1367 struct pci_dev *PCI_Device = Controller->PCIDevice; in DAC960_V2_EnableMemoryMailboxInterface()
1383 if (pci_set_dma_mask(Controller->PCIDevice, DMA_BIT_MASK(64)) && in DAC960_V2_EnableMemoryMailboxInterface()
1384 pci_set_dma_mask(Controller->PCIDevice, DMA_BIT_MASK(32))) in DAC960_V2_EnableMemoryMailboxInterface()
1550 if (!init_dma_loaf(Controller->PCIDevice, &local_dma, in DAC960_V1_ReadControllerConfiguration()
1559 free_dma_loaf(Controller->PCIDevice, &local_dma); in DAC960_V1_ReadControllerConfiguration()
1566 free_dma_loaf(Controller->PCIDevice, &local_dma); in DAC960_V1_ReadControllerConfiguration()
1571 free_dma_loaf(Controller->PCIDevice, &local_dma); in DAC960_V1_ReadControllerConfiguration()
1577 free_dma_loaf(Controller->PCIDevice, &local_dma); in DAC960_V1_ReadControllerConfiguration()
1589 free_dma_loaf(Controller->PCIDevice, &local_dma); in DAC960_V1_ReadControllerConfiguration()
1633 free_dma_loaf(Controller->PCIDevice, &local_dma); in DAC960_V1_ReadControllerConfiguration()
1694 free_dma_loaf(Controller->PCIDevice, &local_dma); in DAC960_V1_ReadControllerConfiguration()
1743 free_dma_loaf(Controller->PCIDevice, &local_dma); in DAC960_V1_ReadControllerConfiguration()
1774 free_dma_loaf(Controller->PCIDevice, &local_dma); in DAC960_V1_ReadControllerConfiguration()
1982 if (!init_dma_loaf(Controller->PCIDevice, &local_dma, in DAC960_V1_ReadDeviceConfiguration()
2100 free_dma_loaf(Controller->PCIDevice, &local_dma); in DAC960_V1_ReadDeviceConfiguration()
2665 free_dma_loaf(Controller->PCIDevice, &Controller->DmaPages); in DAC960_DetectCleanup()
2697 pci_disable_device(Controller->PCIDevice); in DAC960_DetectCleanup()
2739 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()
6134 OldRebuildRateConstant = pci_alloc_consistent( Controller->PCIDevice, in DAC960_V1_ExecuteUserCommand()
6161 pci_free_consistent(Controller->PCIDevice, sizeof(char), in DAC960_V1_ExecuteUserCommand()
6688 DCDB_IOBUF = pci_alloc_consistent(Controller->PCIDevice, in DAC960_gam_v1_execute_command()
6698 DataTransferBuffer = pci_zalloc_consistent(Controller->PCIDevice, in DAC960_gam_v1_execute_command()
6706 DataTransferBuffer = pci_alloc_consistent(Controller->PCIDevice, in DAC960_gam_v1_execute_command()
6786 pci_free_consistent(Controller->PCIDevice, abs(DataTransferLength), in DAC960_gam_v1_execute_command()
6789 pci_free_consistent(Controller->PCIDevice, sizeof(DAC960_V1_DCDB_T), in DAC960_gam_v1_execute_command()
6834 DataTransferBuffer = pci_zalloc_consistent(Controller->PCIDevice, in DAC960_gam_v2_execute_command()
6842 DataTransferBuffer = pci_alloc_consistent(Controller->PCIDevice, in DAC960_gam_v2_execute_command()
6856 RequestSenseBuffer = pci_zalloc_consistent(Controller->PCIDevice, in DAC960_gam_v2_execute_command()
6950 pci_free_consistent(Controller->PCIDevice, abs(DataTransferLength), in DAC960_gam_v2_execute_command()
6953 pci_free_consistent(Controller->PCIDevice, RequestSenseLength, in DAC960_gam_v2_execute_command()