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()
467 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() local722 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()
215 ((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()
223 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()
1289 if ((irb->scsw.cmd.stctl & SCSW_STCTL_SEC_STATUS) || in ctcm_irq_handler()1290 (irb->scsw.cmd.stctl == SCSW_STCTL_STATUS_PEND) || in ctcm_irq_handler()1291 (irb->scsw.cmd.stctl == in ctcm_irq_handler()
468 b6 stctl RS_CCRD