Lines Matching refs:devfn
177 static int pcifront_bus_read(struct pci_bus *bus, unsigned int devfn, in pcifront_bus_read() argument
185 .devfn = devfn, in pcifront_bus_read()
195 pci_domain_nr(bus), bus->number, PCI_SLOT(devfn), in pcifront_bus_read()
196 PCI_FUNC(devfn), where, size); in pcifront_bus_read()
216 static int pcifront_bus_write(struct pci_bus *bus, unsigned int devfn, in pcifront_bus_write() argument
223 .devfn = devfn, in pcifront_bus_write()
236 PCI_SLOT(devfn), PCI_FUNC(devfn), where, size, val); in pcifront_bus_write()
256 .devfn = dev->devfn, in pci_frontend_enable_msix()
310 .devfn = dev->devfn, in pci_frontend_disable_msix()
329 .devfn = dev->devfn, in pci_frontend_enable_msi()
345 "%x:%x\n", op.bus, op.devfn); in pci_frontend_enable_msi()
358 .devfn = dev->devfn, in pci_frontend_disable_msi()
421 unsigned int devfn; in pcifront_scan_bus() local
427 for (devfn = 0; devfn < 0x100; devfn++) { in pcifront_scan_bus()
428 d = pci_get_slot(b, devfn); in pcifront_scan_bus()
435 d = pci_scan_single_device(b, devfn); in pcifront_scan_bus()
439 PCI_SLOT(devfn), PCI_FUNC(devfn)); in pcifront_scan_bus()
597 int devfn = pdev->sh_info->aer_op.devfn; in pcifront_common_process() local
603 cmd, bus, devfn); in pcifront_common_process()
606 pcidev = pci_get_bus_and_slot(bus, devfn); in pcifront_common_process()
664 pdev->sh_info->aer_op.bus, pdev->sh_info->aer_op.devfn); in pcifront_do_aer()