Lines Matching refs:ccdf
46 static void __zpci_event_error(struct zpci_ccdf_err *ccdf) in __zpci_event_error() argument
48 struct zpci_dev *zdev = get_zdev_by_fid(ccdf->fid); in __zpci_event_error()
52 zpci_err_hex(ccdf, sizeof(*ccdf)); in __zpci_event_error()
55 pdev ? pci_name(pdev) : "n/a", ccdf->pec, ccdf->fid); in __zpci_event_error()
64 static void __zpci_event_availability(struct zpci_ccdf_avail *ccdf) in __zpci_event_availability() argument
66 struct zpci_dev *zdev = get_zdev_by_fid(ccdf->fid); in __zpci_event_availability()
71 pdev ? pci_name(pdev) : "n/a", ccdf->pec, ccdf->fid); in __zpci_event_availability()
73 zpci_err_hex(ccdf, sizeof(*ccdf)); in __zpci_event_availability()
75 switch (ccdf->pec) { in __zpci_event_availability()
78 ret = clp_add_pci_device(ccdf->fid, ccdf->fh, 0); in __zpci_event_availability()
81 zdev = get_zdev_by_fid(ccdf->fid); in __zpci_event_availability()
86 zdev->fh = ccdf->fh; in __zpci_event_availability()
96 clp_add_pci_device(ccdf->fid, ccdf->fh, 0); in __zpci_event_availability()
120 zdev->fh = ccdf->fh; in __zpci_event_availability()