Home
last modified time | relevance | path

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

/linux-6.1.9/arch/s390/include/asm/ !
Dscsw.h159 #define SCSW_STCTL_SEC_STATUS 0x2 macro
/linux-6.1.9/drivers/s390/cio/ !
Ddevice_status.c276 (SCSW_STCTL_PRIM_STATUS | SCSW_STCTL_SEC_STATUS in ccw_device_accumulate_irb()
Ddevice_ops.c217 !(sch->schib.scsw.cmd.stctl & SCSW_STCTL_SEC_STATUS)) || in ccw_device_start_timeout_key()
Ddevice_fsm.c719 ending_status = (stctl & SCSW_STCTL_SEC_STATUS) || in ccw_device_call_handler()
Dcmf.c284 (!(scsw_stctl(&sch->schib.scsw) & SCSW_STCTL_SEC_STATUS))) in cmf_copy_block()
/linux-6.1.9/drivers/s390/net/ !
Dctcm_main.c1238 if ((irb->scsw.cmd.stctl & SCSW_STCTL_SEC_STATUS) || in ctcm_irq_handler()