Home
last modified time | relevance | path

Searched refs:SCSW_STCTL_ALERT_STATUS (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/arch/s390/include/asm/
Dscsw.h160 #define SCSW_STCTL_ALERT_STATUS 0x10 macro
508 (scsw->cmd.stctl & SCSW_STCTL_ALERT_STATUS); in scsw_cmd_is_valid_ectl()
676 (scsw->tm.stctl & SCSW_STCTL_ALERT_STATUS); in scsw_tm_is_valid_ectl()
957 (SCSW_STCTL_STATUS_PEND | SCSW_STCTL_ALERT_STATUS)); in scsw_cmd_is_solicited()
970 (SCSW_STCTL_STATUS_PEND | SCSW_STCTL_ALERT_STATUS)); in scsw_tm_is_solicited()
/linux-4.1.27/drivers/s390/cio/
Ddevice_status.c81 if ((irb->scsw.cmd.stctl & SCSW_STCTL_ALERT_STATUS) && in ccw_device_accumulate_ecw()
275 | SCSW_STCTL_INTER_STATUS | SCSW_STCTL_ALERT_STATUS)) in ccw_device_accumulate_irb()
Dccwreq.c222 if (scsw->cc == 1 && (scsw->stctl & SCSW_STCTL_ALERT_STATUS)) in ccwreq_status()
Deadm_sch.c145 if ((scsw->stctl & (SCSW_STCTL_ALERT_STATUS | SCSW_STCTL_STATUS_PEND)) in eadm_subchannel_irq()
Ddevice_ops.c434 (stctl == (SCSW_STCTL_ALERT_STATUS | SCSW_STCTL_STATUS_PEND)) || in ccw_device_call_handler()
Ddevice_fsm.c811 (SCSW_STCTL_STATUS_PEND | SCSW_STCTL_ALERT_STATUS)) { in ccw_device_w4sense()
/linux-4.1.27/drivers/s390/kvm/
Dvirtio_ccw.c984 (SCSW_STCTL_ALERT_STATUS | SCSW_STCTL_STATUS_PEND))) { in virtio_ccw_int_handler()
/linux-4.1.27/drivers/s390/net/
Dctcm_main.c1292 (SCSW_STCTL_ALERT_STATUS | SCSW_STCTL_STATUS_PEND))) in ctcm_irq_handler()