Home
last modified time | relevance | path

Searched refs:SCSW_STCTL_SEC_STATUS (Results 1 – 4 of 4) sorted by relevance

/linux/arch/s390/include/asm/
H A Dscsw.h160 #define SCSW_STCTL_SEC_STATUS 0x2 macro
/linux/drivers/s390/cio/
H A Ddevice_ops.c222 !(sch->schib.scsw.cmd.stctl & SCSW_STCTL_SEC_STATUS))) in ccw_device_start_timeout_key()
H A Dcmf.c285 (!(scsw_stctl(&sch->schib.scsw) & SCSW_STCTL_SEC_STATUS))) in cmf_copy_block()
/linux/drivers/s390/net/
H A Dctcm_main.c1238 if ((irb->scsw.cmd.stctl & SCSW_STCTL_SEC_STATUS) || in ctcm_irq_handler()