Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/s390/pci/
Dpci_event.c20 struct zpci_ccdf_err { struct
21 u32 reserved1;
22 u32 fh; /* function handle */
23 u32 fid; /* function id */
24 u32 ett : 4; /* expected table type */
25 u32 mvn : 12; /* MSI vector number */
49 static void __zpci_event_error(struct zpci_ccdf_err *ccdf) in __zpci_event_error() argument
/kernel/linux/linux-6.6/arch/s390/pci/
Dpci_event.c21 struct zpci_ccdf_err { struct
22 u32 reserved1;
23 u32 fh; /* function handle */
24 u32 fid; /* function id */
25 u32 ett : 4; /* expected table type */
26 u32 mvn : 12; /* MSI vector number */
27 u32 dmaas : 8; /* DMA address space */
29 u32 q : 1; /* event qualifier */
30 u32 rw : 1; /* read/write */
31 u64 faddr; /* failing address */
[all …]