Home
last modified time | relevance | path

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

/drivers/s390/cio/
A Ddevice_status.c84 if ((irb->scsw.cmd.stctl & SCSW_STCTL_ALERT_STATUS) && in ccw_device_accumulate_ecw()
85 !(irb->scsw.cmd.stctl & SCSW_STCTL_INTER_STATUS)) in ccw_device_accumulate_ecw()
101 (irb->scsw.cmd.stctl == SCSW_STCTL_STATUS_PEND)) in ccw_device_accumulate_esw_valid()
103 if (irb->scsw.cmd.stctl == in ccw_device_accumulate_esw_valid()
261 cdev_irb->scsw.cmd.stctl |= irb->scsw.cmd.stctl; in ccw_device_accumulate_irb()
266 if ((irb->scsw.cmd.stctl & SCSW_STCTL_PRIM_STATUS) || in ccw_device_accumulate_irb()
267 ((irb->scsw.cmd.stctl == in ccw_device_accumulate_irb()
276 if (irb->scsw.cmd.stctl & in ccw_device_accumulate_irb()
283 if ((irb->scsw.cmd.stctl & SCSW_STCTL_PRIM_STATUS) && in ccw_device_accumulate_irb()
A Ddevice_fsm.c463 scsw->stctl = SCSW_STCTL_STATUS_PEND; in create_fake_irb()
470 scsw->stctl = SCSW_STCTL_STATUS_PEND; in create_fake_irb()
714 unsigned int stctl; in ccw_device_call_handler() local
725 stctl = scsw_stctl(&cdev->private->dma_area->irb.scsw); in ccw_device_call_handler()
726 ending_status = (stctl & SCSW_STCTL_SEC_STATUS) || in ccw_device_call_handler()
727 (stctl == (SCSW_STCTL_ALERT_STATUS | SCSW_STCTL_STATUS_PEND)) || in ccw_device_call_handler()
728 (stctl == SCSW_STCTL_STATUS_PEND); in ccw_device_call_handler()
731 !(stctl & SCSW_STCTL_INTER_STATUS) && in ccw_device_call_handler()
733 (stctl & SCSW_STCTL_PRIM_STATUS))) in ccw_device_call_handler()
A Ddevice_ops.c221 ((sch->schib.scsw.cmd.stctl & SCSW_STCTL_PRIM_STATUS) && in ccw_device_start_timeout_key()
222 !(sch->schib.scsw.cmd.stctl & SCSW_STCTL_SEC_STATUS))) in ccw_device_start_timeout_key()
A Dccwreq.c224 if (scsw->cc == 1 && (scsw->stctl & SCSW_STCTL_ALERT_STATUS)) in ccwreq_status()
A Deadm_sch.c135 if ((scsw->stctl & (SCSW_STCTL_ALERT_STATUS | SCSW_STCTL_STATUS_PEND)) in eadm_subchannel_irq()
/drivers/s390/net/
A Dctcm_main.c1238 if ((irb->scsw.cmd.stctl & SCSW_STCTL_SEC_STATUS) || in ctcm_irq_handler()
1239 (irb->scsw.cmd.stctl == SCSW_STCTL_STATUS_PEND) || in ctcm_irq_handler()
1240 (irb->scsw.cmd.stctl == in ctcm_irq_handler()

Completed in 15 milliseconds