Home
last modified time | relevance | path

Searched refs:SCSW_ACTL_SUSPENDED (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/s390/include/asm/
H A Dscsw.h150 #define SCSW_ACTL_SUSPENDED 0x1 macro
557 if (scsw->cmd.actl & SCSW_ACTL_SUSPENDED) in scsw_cmd_is_valid_pno()
751 if (scsw->tm.actl & SCSW_ACTL_SUSPENDED) in scsw_tm_is_valid_pno()
/openbmc/linux/drivers/s390/cio/
H A Ddevice_status.c105 !(irb->scsw.cmd.actl & SCSW_ACTL_SUSPENDED)) in ccw_device_accumulate_esw_valid()
271 (irb->scsw.cmd.actl & SCSW_ACTL_SUSPENDED)) in ccw_device_accumulate_irb()
H A Ddevice_ops.c417 !(sch->schib.scsw.cmd.actl & SCSW_ACTL_SUSPENDED)) in ccw_device_resume()
H A Dcmf.c281 if ((!(scsw_actl(&sch->schib.scsw) & SCSW_ACTL_SUSPENDED)) && in cmf_copy_block()
/openbmc/qemu/pc-bios/s390-ccw/
H A Dcio.h85 #define SCSW_ACTL_SUSPENDED 0x0020 macro
H A Dcio.c220 if (irb->scsw.ctrl & SCSW_ACTL_SUSPENDED) { in print_irb_err()
/openbmc/linux/drivers/s390/net/
H A Dlcs.c1404 if ((irb->scsw.cmd.actl & SCSW_ACTL_SUSPENDED) || in lcs_irq()
1421 else if (irb->scsw.cmd.actl & SCSW_ACTL_SUSPENDED) in lcs_irq()