Searched refs:pci_device_fn (Results 1 – 3 of 3) sorted by relevance
/linux-3.3/drivers/scsi/aic7xxx_old/ |
D | aic7xxx_proc.c | 193 size += sprintf(BLS, "at VLB slot %d\n", p->pci_device_fn); in aic7xxx_proc_info() 196 size += sprintf(BLS, "at EISA slot %d\n", p->pci_device_fn); in aic7xxx_proc_info() 200 PCI_SLOT(p->pci_device_fn), PCI_FUNC(p->pci_device_fn)); in aic7xxx_proc_info()
|
/linux-3.3/drivers/scsi/ |
D | aic7xxx_old.c | 981 unsigned char pci_device_fn; member 7899 printk("EISA slot %d\n", p->pci_device_fn); in aic7xxx_register() 7902 printk("VLB slot %d\n", p->pci_device_fn); in aic7xxx_register() 7905 printk("PCI %d/%d/%d\n", p->pci_bus, PCI_SLOT(p->pci_device_fn), in aic7xxx_register() 7906 PCI_FUNC(p->pci_device_fn)); in aic7xxx_register() 9208 temp_p->pci_device_fn = pdev->devfn; in aic7xxx_detect() 9215 (current_p->pci_device_fn == temp_p->pci_device_fn)) || in aic7xxx_detect() 9231 PCI_SLOT(temp_p->pci_device_fn), in aic7xxx_detect() 9232 PCI_FUNC(temp_p->pci_device_fn)); in aic7xxx_detect() 9278 PCI_SLOT(temp_p->pci_device_fn), in aic7xxx_detect() [all …]
|
/linux-3.3/drivers/isdn/hisax/ |
D | bkm_a8.c | 274 static u_char pci_device_fn __devinitdata = 0; 316 pci_device_fn = dev_a8->devfn; in setup_sct_quadro()
|