Home
last modified time | relevance | path

Searched refs:devfn (Results 1 – 13 of 13) sorted by relevance

/include/uapi/linux/
Dpci.h32 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) argument
33 #define PCI_FUNC(devfn) ((devfn) & 0x07) argument
Dvfio.h852 __u8 devfn; /* Use PCI_SLOT/PCI_FUNC */ member
Dkvm.h1825 __u32 devfn; member
/include/xen/interface/
Dphysdev.h148 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/
Dpci-ecam.h34 #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,
Dof_pci.h13 unsigned int devfn);
18 unsigned int devfn) in of_pci_find_child_device() argument
Dpci.h71 #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 …]
Daer.h70 void aer_recover_queue(int domain, unsigned int bus, unsigned int devfn,
Ddmi.h96 int devfn; member
Ddmar.h37 u8 devfn; member
Dintel-iommu.h639 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);
Dsyscalls.h1071 asmlinkage long sys_pciconfig_iobase(long which, unsigned long bus, unsigned long devfn);
/include/xen/interface/io/
Dpciif.h79 uint32_t devfn; member
103 uint32_t devfn; member