Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_osm_pci.c124 struct pci_dev *probed_pdev; in ahc_linux_pci_dev_probe() local
126 probed_pdev = ahc->dev_softc; in ahc_linux_pci_dev_probe()
127 if (probed_pdev->bus->number == pdev->bus->number in ahc_linux_pci_dev_probe()
128 && probed_pdev->devfn == pdev->devfn) in ahc_linux_pci_dev_probe()
Daic79xx_osm_pci.c121 struct pci_dev *probed_pdev; in ahd_linux_pci_dev_probe() local
123 probed_pdev = ahd->dev_softc; in ahd_linux_pci_dev_probe()
124 if (probed_pdev->bus->number == pdev->bus->number in ahd_linux_pci_dev_probe()
125 && probed_pdev->devfn == pdev->devfn) in ahd_linux_pci_dev_probe()