Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/s390/include/asm/
A Dscsw.h55 __u32 stctl : 5; member
95 u32 stctl:5; member
127 u32 stctl:5; member
350 return scsw->tm.stctl; in scsw_stctl()
352 return scsw->cmd.stctl; in scsw_stctl()
517 if (!(scsw->cmd.stctl & SCSW_STCTL_STATUS_PEND)) in scsw_cmd_is_valid_ectl()
527 if (scsw->cmd.stctl & SCSW_STCTL_INTER_STATUS) in scsw_cmd_is_valid_ectl()
547 if (!(scsw->cmd.stctl & SCSW_STCTL_STATUS_PEND)) in scsw_cmd_is_valid_pno()
711 if (!(scsw->tm.stctl & SCSW_STCTL_STATUS_PEND)) in scsw_tm_is_valid_ectl()
721 if (scsw->tm.stctl & SCSW_STCTL_INTER_STATUS) in scsw_tm_is_valid_ectl()
[all …]
/linux-6.3-rc2/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()
708 unsigned int stctl; in ccw_device_call_handler() local
719 stctl = scsw_stctl(&cdev->private->dma_area->irb.scsw); in ccw_device_call_handler()
720 ending_status = (stctl & SCSW_STCTL_SEC_STATUS) || in ccw_device_call_handler()
721 (stctl == (SCSW_STCTL_ALERT_STATUS | SCSW_STCTL_STATUS_PEND)) || in ccw_device_call_handler()
722 (stctl == SCSW_STCTL_STATUS_PEND); in ccw_device_call_handler()
725 !(stctl & SCSW_STCTL_INTER_STATUS) && in ccw_device_call_handler()
727 (stctl & SCSW_STCTL_PRIM_STATUS))) in ccw_device_call_handler()
A Ddevice_ops.c216 ((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()
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-6.3-rc2/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-6.3-rc2/arch/s390/tools/
A Dopcodes.txt478 b6 stctl RS_CCRD

Completed in 14 milliseconds