Searched refs:ccdf (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/arch/s390/pci/ |
D | pci_event.c | 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() [all …]
|
/linux-4.4.14/drivers/s390/cio/ |
D | chsc.c | 286 u8 ccdf[PAGE_SIZE - 24 - 16]; /* content-code dependent field */ member 295 u8 ccdf[PAGE_SIZE - 24 - 56]; /* content-code dependent field */ member 408 struct lir *lir = (struct lir *) &sei_area->ccdf; in chsc_process_sei_link_incident() 413 sei_area->rs, sei_area->rsid, sei_area->ccdf[0]); in chsc_process_sei_link_incident() 486 data = sei_area->ccdf; in chsc_process_sei_chp_avail() 522 data = (struct chp_config_data *) &(sei_area->ccdf); in chsc_process_sei_chp_config() 576 zpci_event_error(sei_area->ccdf); in chsc_process_sei_nt2() 579 zpci_event_availability(sei_area->ccdf); in chsc_process_sei_nt2()
|