Searched refs:devfn (Results 1 – 13 of 13) sorted by relevance
/include/uapi/linux/ |
D | pci.h | 32 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) argument 33 #define PCI_FUNC(devfn) ((devfn) & 0x07) argument
|
D | vfio.h | 852 __u8 devfn; /* Use PCI_SLOT/PCI_FUNC */ member
|
D | kvm.h | 1825 __u32 devfn; member
|
/include/xen/interface/ |
D | physdev.h | 148 int devfn; member 172 uint8_t devfn; member 179 uint8_t devfn; member 186 uint8_t devfn; member 191 uint8_t devfn; member 256 uint8_t devfn; member 260 uint8_t devfn; member 281 uint8_t devfn; member
|
/include/linux/ |
D | pci-ecam.h | 34 #define PCIE_ECAM_OFFSET(bus, devfn, where) \ argument 36 PCIE_ECAM_DEVFN(devfn) | \ 75 void __iomem *pci_ecam_map_bus(struct pci_bus *bus, unsigned int devfn,
|
D | of_pci.h | 13 unsigned int devfn); 18 unsigned int devfn) in of_pci_find_child_device() argument
|
D | pci.h | 71 #define PCI_DEVID(bus, devfn) ((((u16)(bus)) << 8) | (devfn)) argument 322 unsigned int devfn; /* Encoded device & function index */ member 681 return PCI_DEVID(dev->bus->number, dev->devfn); in pci_dev_id() 770 void __iomem *(*map_bus)(struct pci_bus *bus, unsigned int devfn, int where); 771 int (*read)(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val); 772 int (*write)(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val); 781 int raw_pci_read(unsigned int domain, unsigned int bus, unsigned int devfn, 783 int raw_pci_write(unsigned int domain, unsigned int bus, unsigned int devfn, 1125 int pci_scan_slot(struct pci_bus *bus, int devfn); 1126 struct pci_dev *pci_scan_single_device(struct pci_bus *bus, int devfn); [all …]
|
D | aer.h | 70 void aer_recover_queue(int domain, unsigned int bus, unsigned int devfn,
|
D | dmi.h | 96 int devfn; member
|
D | dmar.h | 37 u8 devfn; member
|
D | intel-iommu.h | 639 u8 devfn; /* PCI devfn number */ member 760 struct intel_iommu *device_to_iommu(struct device *dev, u8 *bus, u8 *devfn); 811 u8 devfn, int alloc);
|
D | syscalls.h | 1071 asmlinkage long sys_pciconfig_iobase(long which, unsigned long bus, unsigned long devfn);
|
/include/xen/interface/io/ |
D | pciif.h | 79 uint32_t devfn; member 103 uint32_t devfn; member
|