Searched refs:ccdf (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/arch/s390/pci/ |
D | pci_event.c | 47 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 …]
|
/Linux-v4.19/drivers/s390/cio/ |
D | chsc.c | 295 u8 ccdf[PAGE_SIZE - 24 - 16]; /* content-code dependent field */ member 304 u8 ccdf[PAGE_SIZE - 24 - 56]; /* content-code dependent field */ member 417 struct lir *lir = (struct lir *) &sei_area->ccdf; in chsc_process_sei_link_incident() 422 sei_area->rs, sei_area->rsid, sei_area->ccdf[0]); in chsc_process_sei_link_incident() 503 data = sei_area->ccdf; in chsc_process_sei_chp_avail() 539 data = (struct chp_config_data *) &(sei_area->ccdf); in chsc_process_sei_chp_config() 593 zpci_event_error(sei_area->ccdf); in chsc_process_sei_nt2() 596 zpci_event_availability(sei_area->ccdf); in chsc_process_sei_nt2()
|