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.h749 __u8 devfn; /* Use PCI_SLOT/PCI_FUNC */ member
/include/xen/interface/
Dphysdev.h130 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/
Dp2sb.h17 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/
Dof_pci.h13 unsigned int devfn);
18 unsigned int devfn) in of_pci_find_child_device() argument
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,
Daer.h56 void aer_recover_queue(int domain, unsigned int bus, unsigned int devfn,
Dpci.h72 #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 …]
Ddmi.h96 int devfn; member
Ddmar.h33 u8 devfn; member
Dsyscalls.h991 asmlinkage long sys_pciconfig_iobase(long which, unsigned long bus, unsigned long devfn);
/include/xen/interface/io/
Dpciif.h62 uint32_t devfn; member
86 uint32_t devfn; member
/include/linux/mlx5/
Ddriver.h1329 return PCI_FUNC(dev->pdev->devfn); in mlx5_get_dev_index()