Home
last modified time | relevance | path

Searched refs:SCSW_STCTL_ALERT_STATUS (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/arch/s390/include/asm/
H A Dscsw.h162 #define SCSW_STCTL_ALERT_STATUS 0x10 macro
513 (scsw->cmd.stctl & SCSW_STCTL_ALERT_STATUS); in scsw_cmd_is_valid_ectl()
681 (scsw->tm.stctl & SCSW_STCTL_ALERT_STATUS); in scsw_tm_is_valid_ectl()
962 (SCSW_STCTL_STATUS_PEND | SCSW_STCTL_ALERT_STATUS)); in scsw_cmd_is_solicited()
975 (SCSW_STCTL_STATUS_PEND | SCSW_STCTL_ALERT_STATUS)); in scsw_tm_is_solicited()
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/s390/cio/
H A Ddevice_status.c83 if ((irb->scsw.cmd.stctl & SCSW_STCTL_ALERT_STATUS) && in ccw_device_accumulate_ecw()
277 | 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.c139 if ((scsw->stctl & (SCSW_STCTL_ALERT_STATUS | SCSW_STCTL_STATUS_PEND)) in eadm_subchannel_irq()
H A Ddevice_fsm.c732 (stctl == (SCSW_STCTL_ALERT_STATUS | SCSW_STCTL_STATUS_PEND)) || in ccw_device_call_handler()
832 (SCSW_STCTL_STATUS_PEND | SCSW_STCTL_ALERT_STATUS)) { in ccw_device_w4sense()
/kernel/linux/linux-6.6/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 Deadm_sch.c134 if ((scsw->stctl & (SCSW_STCTL_ALERT_STATUS | SCSW_STCTL_STATUS_PEND)) in eadm_subchannel_irq()
H A Dccwreq.c224 if (scsw->cc == 1 && (scsw->stctl & SCSW_STCTL_ALERT_STATUS)) in ccwreq_status()
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()
/kernel/linux/linux-5.10/drivers/s390/net/
H A Dctcm_main.c1281 (SCSW_STCTL_ALERT_STATUS | SCSW_STCTL_STATUS_PEND))) in ctcm_irq_handler()
/kernel/linux/linux-5.10/drivers/s390/virtio/
H A Dvirtio_ccw.c1118 (SCSW_STCTL_ALERT_STATUS | SCSW_STCTL_STATUS_PEND))) { in virtio_ccw_int_handler()
/kernel/linux/linux-6.6/drivers/s390/virtio/
H A Dvirtio_ccw.c1148 (SCSW_STCTL_ALERT_STATUS | SCSW_STCTL_STATUS_PEND))) { in virtio_ccw_int_handler()
/kernel/linux/linux-6.6/drivers/s390/net/
H A Dctcm_main.c1241 (SCSW_STCTL_ALERT_STATUS | SCSW_STCTL_STATUS_PEND))) in ctcm_irq_handler()

Completed in 22 milliseconds