Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/s390/cio/
Ddevice_status.c83 if ((irb->scsw.cmd.stctl & SCSW_STCTL_ALERT_STATUS) && in ccw_device_accumulate_ecw()
84 !(irb->scsw.cmd.stctl & SCSW_STCTL_INTER_STATUS)) in ccw_device_accumulate_ecw()
100 (irb->scsw.cmd.stctl == SCSW_STCTL_STATUS_PEND)) in ccw_device_accumulate_esw_valid()
102 if (irb->scsw.cmd.stctl == in ccw_device_accumulate_esw_valid()
260 cdev_irb->scsw.cmd.stctl |= irb->scsw.cmd.stctl; in ccw_device_accumulate_irb()
265 if ((irb->scsw.cmd.stctl & SCSW_STCTL_PRIM_STATUS) || in ccw_device_accumulate_irb()
266 ((irb->scsw.cmd.stctl == in ccw_device_accumulate_irb()
275 if (irb->scsw.cmd.stctl & in ccw_device_accumulate_irb()
282 if ((irb->scsw.cmd.stctl & SCSW_STCTL_PRIM_STATUS) && in ccw_device_accumulate_irb()
Ddevice_fsm.c467 scsw->stctl = SCSW_STCTL_STATUS_PEND; in create_fake_irb()
474 scsw->stctl = SCSW_STCTL_STATUS_PEND; in create_fake_irb()
711 unsigned int stctl; in ccw_device_call_handler() local
722 stctl = scsw_stctl(&cdev->private->irb.scsw); in ccw_device_call_handler()
723 ending_status = (stctl & SCSW_STCTL_SEC_STATUS) || in ccw_device_call_handler()
724 (stctl == (SCSW_STCTL_ALERT_STATUS | SCSW_STCTL_STATUS_PEND)) || in ccw_device_call_handler()
725 (stctl == SCSW_STCTL_STATUS_PEND); in ccw_device_call_handler()
728 !(stctl & SCSW_STCTL_INTER_STATUS) && in ccw_device_call_handler()
730 (stctl & SCSW_STCTL_PRIM_STATUS))) in ccw_device_call_handler()
Ddevice_ops.c215 ((sch->schib.scsw.cmd.stctl & SCSW_STCTL_PRIM_STATUS) && in ccw_device_start_timeout_key()
216 !(sch->schib.scsw.cmd.stctl & SCSW_STCTL_SEC_STATUS)) || in ccw_device_start_timeout_key()
Dccwreq.c223 if (scsw->cc == 1 && (scsw->stctl & SCSW_STCTL_ALERT_STATUS)) in ccwreq_status()
Deadm_sch.c139 if ((scsw->stctl & (SCSW_STCTL_ALERT_STATUS | SCSW_STCTL_STATUS_PEND)) in eadm_subchannel_irq()
/linux-4.19.296/drivers/s390/net/
Dctcm_main.c1282 if ((irb->scsw.cmd.stctl & SCSW_STCTL_SEC_STATUS) || in ctcm_irq_handler()
1283 (irb->scsw.cmd.stctl == SCSW_STCTL_STATUS_PEND) || in ctcm_irq_handler()
1284 (irb->scsw.cmd.stctl == in ctcm_irq_handler()