Searched refs:schib (Results 1 – 10 of 10) sorted by relevance
| /linux/drivers/s390/cio/ |
| H A D | trace.h | 25 TP_PROTO(struct subchannel_id schid, struct schib *schib, int cc), 26 TP_ARGS(schid, schib, cc), 32 __field_struct(struct schib, schib) 50 __entry->devno = schib->pmcw.dev; 51 __entry->schib = *schib; 52 __entry->pmcw_ena = schib->pmcw.ena; 53 __entry->pmcw_st = schib->pmcw.st; 54 __entry->pmcw_dnv = schib->pmcw.dnv; 55 __entry->pmcw_dev = schib->pmcw.dev; 56 __entry->pmcw_lpm = schib->pmcw.lpm; [all …]
|
| H A D | css.h | 114 struct schib *schib); 160 struct schib; 161 int css_sch_is_valid(struct schib *);
|
| H A D | ioasm.h | 16 int stsch(struct subchannel_id schid, struct schib *addr); 17 int msch(struct subchannel_id schid, struct schib *addr);
|
| H A D | ioasm.c | 19 static inline int __stsch(struct subchannel_id schid, struct schib *addr) in __stsch() 38 int stsch(struct subchannel_id schid, struct schib *addr) in stsch() 49 static inline int __msch(struct subchannel_id schid, struct schib *addr) in __msch() 68 int msch(struct subchannel_id schid, struct schib *addr) in msch()
|
| H A D | device_fsm.c | 41 struct schib schib; in ccw_timeout_log() local 50 cc = stsch(sch->schid, &schib); in ccw_timeout_log() 90 &schib, sizeof(schib), 0); in ccw_timeout_log() 180 chpid.id = sch->schib.pmcw.chpid[i]; in __recover_lost_chpids() 209 sch->lpm = sch->schib.pmcw.pam & sch->opm; in ccw_device_recog_done() 477 u8 broken_paths = (sch->schib.pmcw.pam & sch->opm) ^ sch->vpm; in ccw_device_handle_broken_paths() 614 if (scsw_actl(&sch->schib.scsw) != 0) in ccw_device_offline() 675 if (scsw_actl(&sch->schib.scsw) != 0 || in ccw_device_online_verify() 676 (scsw_stctl(&sch->schib.scsw) & SCSW_STCTL_STATUS_PEND) || in ccw_device_online_verify() 954 sch->lpm = sch->schib.pmcw.pam & sch->opm; in ccw_device_trigger_reprobe() [all …]
|
| H A D | device_pgid.c | 78 req->lpm = lpm_adjust(req->lpm, sch->schib.pmcw.pam & sch->opm & in nop_do() 183 req->lpm = sch->schib.pmcw.pam; in pgid_wipeout_start() 460 req->lpm = lpm_adjust(req->lpm, sch->schib.pmcw.pam & in snid_do() 518 sch->lpm = sch->schib.pmcw.pam; in verify_start() 524 cdev->private->pgid_todo_mask = sch->schib.pmcw.pam; in verify_start() 614 req->lpm = sch->schib.pmcw.pam & sch->opm; in ccw_device_disband_start() 674 req->lpm = sch->schib.pmcw.pam & sch->opm; in ccw_device_stlck_start()
|
| H A D | vfio_ccw_fsm.c | 49 sch->schib.scsw.cmd.actl |= SCSW_ACTL_START_PEND; in fsm_io_helper() 101 sch->schib.scsw.cmd.actl |= SCSW_ACTL_HALT_PEND; in fsm_do_halt() 140 sch->schib.scsw.cmd.actl = SCSW_ACTL_CLEAR_PEND; in fsm_do_clear() 402 if (!sch->schib.pmcw.ena) in fsm_close()
|
| H A D | eadm_sch.c | 77 sch->schib.scsw.eadm.actl |= SCSW_ACTL_START_PEND; in eadm_subchannel_start() 96 sch->schib.scsw.eadm.actl |= SCSW_ACTL_CLEAR_PEND; in eadm_subchannel_clear() 126 struct eadm_scsw *scsw = &sch->schib.scsw.eadm; in eadm_subchannel_irq()
|
| H A D | vfio_ccw_chp.c | 36 memcpy(region, &sch->schib, sizeof(*region)); in vfio_ccw_schib_region_read()
|
| /linux/Documentation/arch/s390/ |
| H A D | vfio-ccw.rst | 285 vfio-ccw schib region 288 The vfio-ccw schib region is used to return Subchannel-Information
|