Home
last modified time | relevance | path

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

/openbmc/linux/arch/s390/include/asm/
H A Dscsw.h162 #define SCSW_STCTL_ALERT_STATUS 0x10 macro
521 if (!(scsw->cmd.stctl & SCSW_STCTL_ALERT_STATUS)) in scsw_cmd_is_valid_ectl()
715 if (!(scsw->tm.stctl & SCSW_STCTL_ALERT_STATUS)) in scsw_tm_is_valid_ectl()
1019 (SCSW_STCTL_STATUS_PEND | SCSW_STCTL_ALERT_STATUS)); in scsw_cmd_is_solicited()
1032 (SCSW_STCTL_STATUS_PEND | SCSW_STCTL_ALERT_STATUS)); in scsw_tm_is_solicited()
/openbmc/linux/drivers/s390/cio/
H A Ddevice_status.c84 if ((irb->scsw.cmd.stctl & SCSW_STCTL_ALERT_STATUS) && in ccw_device_accumulate_ecw()
278 | SCSW_STCTL_INTER_STATUS | SCSW_STCTL_ALERT_STATUS)) in ccw_device_accumulate_irb()
H A Dccwreq.c224 if (scsw->cc == 1 && (scsw->stctl & SCSW_STCTL_ALERT_STATUS)) in ccwreq_status()
H A Deadm_sch.c134 if ((scsw->stctl & (SCSW_STCTL_ALERT_STATUS | SCSW_STCTL_STATUS_PEND)) in eadm_subchannel_irq()
H A Ddevice_fsm.c721 (stctl == (SCSW_STCTL_ALERT_STATUS | SCSW_STCTL_STATUS_PEND)) || in ccw_device_call_handler()
821 (SCSW_STCTL_STATUS_PEND | SCSW_STCTL_ALERT_STATUS)) { in ccw_device_w4sense()
/openbmc/linux/drivers/s390/virtio/
H A Dvirtio_ccw.c1148 (SCSW_STCTL_ALERT_STATUS | SCSW_STCTL_STATUS_PEND))) { in virtio_ccw_int_handler()
/openbmc/linux/drivers/s390/net/
H A Dctcm_main.c1241 (SCSW_STCTL_ALERT_STATUS | SCSW_STCTL_STATUS_PEND))) in ctcm_irq_handler()