Home
last modified time | relevance | path

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

/include/uapi/linux/
A Dpci.h32 #define PCI_SLOT(devfn) (((devfn) >> 3) & 0x1f) argument
33 #define PCI_FUNC(devfn) ((devfn) & 0x07) argument
A Dvfio.h738 __u8 devfn; /* Use PCI_SLOT/PCI_FUNC */ member
/include/xen/interface/
A 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/
A 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/
A Dpci-ecam.h34 #define PCIE_ECAM_OFFSET(bus, devfn, where) \ argument
36 PCIE_ECAM_DEVFN(devfn) | \
79 void __iomem *pci_ecam_map_bus(struct pci_bus *bus, unsigned int devfn,
A Dof_pci.h13 unsigned int devfn);
18 unsigned int devfn) in of_pci_find_child_device() argument
A Daer.h70 void aer_recover_queue(int domain, unsigned int bus, unsigned int devfn,
A Dpci.h71 #define PCI_DEVID(bus, devfn) ((((u16)(bus)) << 8) | (devfn)) argument
346 unsigned int devfn; /* Encoded device & function index */ member
699 return PCI_DEVID(dev->bus->number, dev->devfn); in pci_dev_id()
1195 int pci_scan_slot(struct pci_bus *bus, int devfn);
1242 unsigned int devfn);
1248 int pci_bus_read_config_byte(struct pci_bus *bus, unsigned int devfn,
1250 int pci_bus_read_config_word(struct pci_bus *bus, unsigned int devfn,
1261 int pci_generic_config_read(struct pci_bus *bus, unsigned int devfn,
1263 int pci_generic_config_write(struct pci_bus *bus, unsigned int devfn,
2121 unsigned int devfn) in pci_get_slot() argument
[all …]
A Ddmi.h96 int devfn; member
A Ddmar.h33 u8 devfn; member
A Dsyscalls.h1015 asmlinkage long sys_pciconfig_iobase(long which, unsigned long bus, unsigned long devfn);
/include/xen/interface/io/
A Dpciif.h62 uint32_t devfn; member
86 uint32_t devfn; member
/include/linux/mlx5/
A Ddriver.h1301 return PCI_FUNC(dev->pdev->devfn); in mlx5_get_dev_index()

Completed in 35 milliseconds