Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/arch/s390/include/asm/
Dsclp.h95 struct zpci_report_error_header { struct
96 u8 version; /* Interface version byte */
97 u8 action; /* Action qualifier byte
124 int sclp_pci_report(struct zpci_report_error_header *report, u32 fh, u32 fid); argument
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dsclp.h98 struct zpci_report_error_header { struct
99 u8 version; /* Interface version byte */
100 u8 action; /* Action qualifier byte
107 u16 length; /* Length of Subsequent Data (up to 4K – SCLP header */
108 u8 data[0]; /* Subsequent Data passed verbatim to SCLP ET 24 */