Home
last modified time | relevance | path

Searched defs:pci_sysdata (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
Dpci.h15 struct pci_sysdata { struct
36 static inline struct pci_sysdata *to_pci_sysdata(const struct pci_bus *bus) in to_pci_sysdata() argument
/kernel/linux/linux-4.19/arch/x86/include/asm/
Dpci.h16 struct pci_sysdata { struct
17 int domain; /* PCI domain */
18 int node; /* NUMA node */
42 struct pci_sysdata *sd = bus->sysdata; in pci_domain_nr() argument