Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/
Dnsp32.c2695 #define PCIDEV pdev macro
2700 #define PCIDEV (data->Pci) in nsp32_detect()
2738 scsi_set_device(host, &PCIDEV->dev); in nsp32_detect()
2740 scsi_set_pci_device(host, PCIDEV); in nsp32_detect()
2796 if (pci_set_dma_mask(PCIDEV, 0xffffffffUL) != 0) { in nsp32_detect()
2804 data->autoparam = pci_alloc_consistent(PCIDEV, sizeof(nsp32_autoparam), &(data->auto_paddr)); in nsp32_detect()
2813 data->sg_list = pci_alloc_consistent(PCIDEV, NSP32_SG_TABLE_SIZE, in nsp32_detect()
2905 scsi_add_host (host, &PCIDEV->dev); in nsp32_detect()
2908 pci_set_drvdata(PCIDEV, host); in nsp32_detect()
2915 pci_free_consistent(PCIDEV, NSP32_SG_TABLE_SIZE, in nsp32_detect()
[all …]