Searched refs:stctl (Results 1 – 8 of 8) sorted by relevance
55 __u32 stctl : 5; member95 u32 stctl:5; member127 u32 stctl:5; member345 return scsw->tm.stctl; in scsw_stctl()347 return scsw->cmd.stctl; in scsw_stctl()413 return (scsw->cmd.stctl & SCSW_STCTL_STATUS_PEND); in scsw_cmd_is_valid_eswf()426 (scsw->cmd.stctl & SCSW_STCTL_STATUS_PEND); in scsw_cmd_is_valid_cc()499 (scsw->cmd.stctl & SCSW_STCTL_INTER_STATUS); in scsw_cmd_is_valid_zcc()511 return (scsw->cmd.stctl & SCSW_STCTL_STATUS_PEND) && in scsw_cmd_is_valid_ectl()512 !(scsw->cmd.stctl & SCSW_STCTL_INTER_STATUS) && in scsw_cmd_is_valid_ectl()[all …]
83 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()
473 scsw->stctl = SCSW_STCTL_STATUS_PEND; in create_fake_irb()480 scsw->stctl = SCSW_STCTL_STATUS_PEND; in create_fake_irb()719 unsigned int stctl; in ccw_device_call_handler() local730 stctl = scsw_stctl(&cdev->private->dma_area->irb.scsw); in ccw_device_call_handler()731 ending_status = (stctl & SCSW_STCTL_SEC_STATUS) || in ccw_device_call_handler()732 (stctl == (SCSW_STCTL_ALERT_STATUS | SCSW_STCTL_STATUS_PEND)) || in ccw_device_call_handler()733 (stctl == SCSW_STCTL_STATUS_PEND); in ccw_device_call_handler()736 !(stctl & SCSW_STCTL_INTER_STATUS) && in ccw_device_call_handler()738 (stctl & SCSW_STCTL_PRIM_STATUS))) in ccw_device_call_handler()
216 ((sch->schib.scsw.cmd.stctl & SCSW_STCTL_PRIM_STATUS) && in ccw_device_start_timeout_key()217 !(sch->schib.scsw.cmd.stctl & SCSW_STCTL_SEC_STATUS)) || in ccw_device_start_timeout_key()
224 if (scsw->cc == 1 && (scsw->stctl & SCSW_STCTL_ALERT_STATUS)) in ccwreq_status()
139 if ((scsw->stctl & (SCSW_STCTL_ALERT_STATUS | SCSW_STCTL_STATUS_PEND)) in eadm_subchannel_irq()
1285 if ((irb->scsw.cmd.stctl & SCSW_STCTL_SEC_STATUS) || in ctcm_irq_handler()1286 (irb->scsw.cmd.stctl == SCSW_STCTL_STATUS_PEND) || in ctcm_irq_handler()1287 (irb->scsw.cmd.stctl == in ctcm_irq_handler()
475 b6 stctl RS_CCRD