Home
last modified time | relevance | path

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

/Linux-v5.4/arch/powerpc/include/asm/
Deeh.h134 struct eeh_dev { struct
135 int mode; /* EEH mode */
136 int class_code; /* Class code of the device */
137 int bdfn; /* bdfn of device (for cfg ops) */
138 struct pci_controller *controller;
139 int pe_config_addr; /* PE config address */
140 u32 config_space[16]; /* Saved PCI config space */
141 int pcix_cap; /* Saved PCIx capability */
165 static inline struct pci_dn *eeh_dev_to_pdn(struct eeh_dev *edev) in eeh_dev_to_pdn() argument