Home
last modified time | relevance | path

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

/kvm-unit-tests/lib/s390x/
H A Dcss_lib.c374 flags = dump_scsw_flags(irb.scsw.ctrl); in css_irq_io()
443 if (!(irb.scsw.ctrl & SCSW_SC_PENDING)) { in wait_and_check_io_completion()
445 irb.scsw.ctrl); in wait_and_check_io_completion()
450 if (!(irb.scsw.ctrl & (SCSW_SC_SECONDARY | SCSW_SC_PRIMARY))) { in wait_and_check_io_completion()
452 irb.scsw.ctrl); in wait_and_check_io_completion()
457 if (!(irb.scsw.dev_stat & (SCSW_DEVS_DEV_END | SCSW_DEVS_SCH_END))) { in wait_and_check_io_completion()
459 irb.scsw.dev_stat); in wait_and_check_io_completion()
464 if (irb.scsw.sch_stat & ~SCSW_SCHS_IL) { in wait_and_check_io_completion()
465 report_info("Unexpected Subch. status %02x", irb.scsw.sch_stat); in wait_and_check_io_completion()
486 if (!(irb.scsw.ctrl & (SCSW_SC_PENDING | SCSW_SC_PRIMARY))) in css_residual_count()
[all …]
H A Dcss_dump.c78 void dump_scsw(struct scsw *s) in dump_scsw()
93 dump_scsw(&irbp->scsw); in dump_irb()
122 struct scsw *s = &sch->scsw; in dump_schib()
H A Dcss.h62 struct scsw { struct
104 struct scsw scsw; member
111 struct scsw scsw; member
293 void dump_scsw(struct scsw *scsw);