Home
last modified time | relevance | path

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

/arch/s390/pci/
Dpci_event.c47 static void __zpci_event_error(struct zpci_ccdf_err *ccdf) in __zpci_event_error() argument
49 struct zpci_dev *zdev = get_zdev_by_fid(ccdf->fid); in __zpci_event_error()
53 zpci_err_hex(ccdf, sizeof(*ccdf)); in __zpci_event_error()
59 pdev ? pci_name(pdev) : "n/a", ccdf->pec, ccdf->fid); in __zpci_event_error()
74 static void __zpci_event_availability(struct zpci_ccdf_avail *ccdf) in __zpci_event_availability() argument
76 struct zpci_dev *zdev = get_zdev_by_fid(ccdf->fid); in __zpci_event_availability()
85 pdev ? pci_name(pdev) : "n/a", ccdf->pec, ccdf->fid); in __zpci_event_availability()
87 zpci_err_hex(ccdf, sizeof(*ccdf)); in __zpci_event_availability()
89 switch (ccdf->pec) { in __zpci_event_availability()
92 ret = clp_add_pci_device(ccdf->fid, ccdf->fh, 0); in __zpci_event_availability()
[all …]