Home
last modified time | relevance | path

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

/linux/arch/s390/include/asm/
A Dscsw.h56 __u32 stctl : 5; member
96 u32 stctl:5; member
128 u32 stctl:5; member
351 return scsw->tm.stctl; in scsw_stctl()
353 return scsw->cmd.stctl; in scsw_stctl()
518 if (!(scsw->cmd.stctl & SCSW_STCTL_STATUS_PEND)) in scsw_cmd_is_valid_ectl()
528 if (scsw->cmd.stctl & SCSW_STCTL_INTER_STATUS) in scsw_cmd_is_valid_ectl()
548 if (!(scsw->cmd.stctl & SCSW_STCTL_STATUS_PEND)) in scsw_cmd_is_valid_pno()
712 if (!(scsw->tm.stctl & SCSW_STCTL_STATUS_PEND)) in scsw_tm_is_valid_ectl()
722 if (scsw->tm.stctl & SCSW_STCTL_INTER_STATUS) in scsw_tm_is_valid_ectl()
[all …]
/linux/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.c462 scsw->stctl = SCSW_STCTL_STATUS_PEND; in create_fake_irb()
469 scsw->stctl = SCSW_STCTL_STATUS_PEND; in create_fake_irb()
713 unsigned int stctl; in ccw_device_call_handler() local
724 stctl = scsw_stctl(&cdev->private->dma_area->irb.scsw); in ccw_device_call_handler()
725 ending_status = (stctl & SCSW_STCTL_SEC_STATUS) || in ccw_device_call_handler()
726 (stctl == (SCSW_STCTL_ALERT_STATUS | SCSW_STCTL_STATUS_PEND)) || in ccw_device_call_handler()
727 (stctl == SCSW_STCTL_STATUS_PEND); in ccw_device_call_handler()
730 !(stctl & SCSW_STCTL_INTER_STATUS) && in ccw_device_call_handler()
732 (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.c134 if ((scsw->stctl & (SCSW_STCTL_ALERT_STATUS | SCSW_STCTL_STATUS_PEND)) in eadm_subchannel_irq()
/linux/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()
/linux/arch/s390/tools/
A Dopcodes.txt478 b6 stctl RS_CCRD

Completed in 22 milliseconds