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 | 749 __u8 devfn; /* Use PCI_SLOT/PCI_FUNC */ member
|
| /include/xen/interface/ |
| D | physdev.h | 130 int devfn; member 154 uint8_t devfn; member 161 uint8_t devfn; member 168 uint8_t devfn; member 173 uint8_t devfn; member 238 uint8_t devfn; member 242 uint8_t devfn; member 270 uint8_t devfn; member
|
| /include/linux/platform_data/x86/ |
| D | p2sb.h | 17 int p2sb_bar(struct pci_bus *bus, unsigned int devfn, struct resource *mem); 21 static inline int p2sb_bar(struct pci_bus *bus, unsigned int devfn, struct resource *mem) in p2sb_bar() argument
|
| /include/linux/ |
| D | of_pci.h | 13 unsigned int devfn); 18 unsigned int devfn) in of_pci_find_child_device() argument
|
| 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 | aer.h | 56 void aer_recover_queue(int domain, unsigned int bus, unsigned int devfn,
|
| D | pci.h | 72 #define PCI_DEVID(bus, devfn) ((((u16)(bus)) << 8) | (devfn)) argument 334 unsigned int devfn; /* Encoded device & function index */ member 710 return PCI_DEVID(dev->bus->number, dev->devfn); in pci_dev_id() 824 void __iomem *(*map_bus)(struct pci_bus *bus, unsigned int devfn, int where); 825 int (*read)(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 *val); 826 int (*write)(struct pci_bus *bus, unsigned int devfn, int where, int size, u32 val); 835 int raw_pci_read(unsigned int domain, unsigned int bus, unsigned int devfn, 837 int raw_pci_write(unsigned int domain, unsigned int bus, unsigned int devfn, 1189 int pci_scan_slot(struct pci_bus *bus, int devfn); 1190 struct pci_dev *pci_scan_single_device(struct pci_bus *bus, int devfn); [all …]
|
| D | dmi.h | 96 int devfn; member
|
| D | dmar.h | 33 u8 devfn; member
|
| D | syscalls.h | 991 asmlinkage long sys_pciconfig_iobase(long which, unsigned long bus, unsigned long devfn);
|
| /include/xen/interface/io/ |
| D | pciif.h | 62 uint32_t devfn; member 86 uint32_t devfn; member
|
| /include/linux/mlx5/ |
| D | driver.h | 1329 return PCI_FUNC(dev->pdev->devfn); in mlx5_get_dev_index()
|