Lines Matching refs:devfn
175 static int pcifront_bus_read(struct pci_bus *bus, unsigned int devfn, in pcifront_bus_read() argument
183 .devfn = devfn, in pcifront_bus_read()
192 pci_domain_nr(bus), bus->number, PCI_SLOT(devfn), in pcifront_bus_read()
193 PCI_FUNC(devfn), where, size); in pcifront_bus_read()
212 static int pcifront_bus_write(struct pci_bus *bus, unsigned int devfn, in pcifront_bus_write() argument
219 .devfn = devfn, in pcifront_bus_write()
230 PCI_SLOT(devfn), PCI_FUNC(devfn), where, size, val); in pcifront_bus_write()
250 .devfn = dev->devfn, in pci_frontend_enable_msix()
303 .devfn = dev->devfn, in pci_frontend_disable_msix()
322 .devfn = dev->devfn, in pci_frontend_enable_msi()
338 "%x:%x\n", op.bus, op.devfn); in pci_frontend_enable_msi()
351 .devfn = dev->devfn, in pci_frontend_disable_msi()
412 unsigned int devfn; in pcifront_scan_bus() local
419 for (devfn = 0; devfn < 0x100; devfn++) { in pcifront_scan_bus()
420 d = pci_get_slot(b, devfn); in pcifront_scan_bus()
427 d = pci_scan_single_device(b, devfn); in pcifront_scan_bus()
431 PCI_SLOT(devfn), PCI_FUNC(devfn)); in pcifront_scan_bus()
580 int devfn = pdev->sh_info->aer_op.devfn; in pcifront_common_process() local
586 cmd, bus, devfn); in pcifront_common_process()
588 pcidev = pci_get_domain_bus_and_slot(domain, bus, devfn); in pcifront_common_process()
632 pdev->sh_info->aer_op.bus, pdev->sh_info->aer_op.devfn); in pcifront_do_aer()