Lines Matching refs:devfn
176 static int pcifront_bus_read(struct pci_bus *bus, unsigned int devfn, in pcifront_bus_read() argument
184 .devfn = devfn, in pcifront_bus_read()
193 pci_domain_nr(bus), bus->number, PCI_SLOT(devfn), in pcifront_bus_read()
194 PCI_FUNC(devfn), where, size); in pcifront_bus_read()
213 static int pcifront_bus_write(struct pci_bus *bus, unsigned int devfn, in pcifront_bus_write() argument
220 .devfn = devfn, in pcifront_bus_write()
231 PCI_SLOT(devfn), PCI_FUNC(devfn), where, size, val); in pcifront_bus_write()
251 .devfn = dev->devfn, in pci_frontend_enable_msix()
304 .devfn = dev->devfn, in pci_frontend_disable_msix()
323 .devfn = dev->devfn, in pci_frontend_enable_msi()
339 "%x:%x\n", op.bus, op.devfn); in pci_frontend_enable_msi()
352 .devfn = dev->devfn, in pci_frontend_disable_msi()
415 unsigned int devfn; in pcifront_scan_bus() local
422 for (devfn = 0; devfn < 0x100; devfn++) { in pcifront_scan_bus()
423 d = pci_get_slot(b, devfn); in pcifront_scan_bus()
430 d = pci_scan_single_device(b, devfn); in pcifront_scan_bus()
434 PCI_SLOT(devfn), PCI_FUNC(devfn)); in pcifront_scan_bus()
583 int devfn = pdev->sh_info->aer_op.devfn; in pcifront_common_process() local
589 cmd, bus, devfn); in pcifront_common_process()
591 pcidev = pci_get_domain_bus_and_slot(domain, bus, devfn); in pcifront_common_process()
635 pdev->sh_info->aer_op.bus, pdev->sh_info->aer_op.devfn); in pcifront_do_aer()