Searched refs:SCSW_ACTL_SUSPENDED (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dscsw.h151 #define SCSW_ACTL_SUSPENDED 0x1 macro
558 if (scsw->cmd.actl & SCSW_ACTL_SUSPENDED)
752 if (scsw->tm.actl & SCSW_ACTL_SUSPENDED)
/linux-master/drivers/s390/cio/
H A Ddevice_status.c105 !(irb->scsw.cmd.actl & SCSW_ACTL_SUSPENDED))
271 (irb->scsw.cmd.actl & SCSW_ACTL_SUSPENDED))
H A Ddevice_ops.c421 !(sch->schib.scsw.cmd.actl & SCSW_ACTL_SUSPENDED))
H A Dcmf.c282 if ((!(scsw_actl(&sch->schib.scsw) & SCSW_ACTL_SUSPENDED)) &&
/linux-master/drivers/s390/net/
H A Dlcs.c1402 if ((irb->scsw.cmd.actl & SCSW_ACTL_SUSPENDED) ||
1419 else if (irb->scsw.cmd.actl & SCSW_ACTL_SUSPENDED)

Completed in 144 milliseconds