Home
last modified time | relevance | path

Searched refs:sclp_pci_report (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dsclp.h133 int sclp_pci_report(struct zpci_report_error_header *report, u32 fh, u32 fid);
/OK3568_Linux_fs/kernel/drivers/s390/char/
H A Dsclp_pci.c130 int sclp_pci_report(struct zpci_report_error_header *report, u32 fh, u32 fid) in sclp_pci_report() function
/OK3568_Linux_fs/kernel/arch/s390/pci/
H A Dpci_sysfs.c128 ret = sclp_pci_report(report, zdev->fh, zdev->fid); in report_error_write()
H A Dpci.c861 return sclp_pci_report(report, zdev->fh, zdev->fid); in zpci_report_error()