Searched refs:stctl (Results 1 - 7 of 7) sorted by relevance

/linux-master/arch/s390/include/asm/
H A Dscsw.h34 * @stctl: status control
56 __u32 stctl : 5; member in struct:cmd_scsw
75 * @stctl: status control
96 u32 stctl:5; member in struct:tm_scsw
113 * @stctl: status control
128 u32 stctl:5; member in struct:eadm_scsw
342 * scsw_stctl - return scsw stctl field
345 * Return the value of the stctl field of the specified scsw, regardless of
351 return scsw->tm.stctl;
353 return scsw->cmd.stctl;
[all...]
/linux-master/drivers/s390/cio/
H A Ddevice_status.c84 if ((irb->scsw.cmd.stctl & SCSW_STCTL_ALERT_STATUS) &&
85 !(irb->scsw.cmd.stctl & SCSW_STCTL_INTER_STATUS))
101 (irb->scsw.cmd.stctl == SCSW_STCTL_STATUS_PEND))
103 if (irb->scsw.cmd.stctl ==
199 * Check if the status pending bit is set in stctl.
261 cdev_irb->scsw.cmd.stctl |= irb->scsw.cmd.stctl;
266 if ((irb->scsw.cmd.stctl & SCSW_STCTL_PRIM_STATUS) ||
267 ((irb->scsw.cmd.stctl ==
276 if (irb->scsw.cmd.stctl
[all...]
H A Ddevice_fsm.c462 scsw->stctl = SCSW_STCTL_STATUS_PEND;
469 scsw->stctl = SCSW_STCTL_STATUS_PEND;
713 unsigned int stctl; local
724 stctl = scsw_stctl(&cdev->private->dma_area->irb.scsw);
725 ending_status = (stctl & SCSW_STCTL_SEC_STATUS) ||
726 (stctl == (SCSW_STCTL_ALERT_STATUS | SCSW_STCTL_STATUS_PEND)) ||
727 (stctl == SCSW_STCTL_STATUS_PEND);
730 !(stctl & SCSW_STCTL_INTER_STATUS) &&
732 (stctl & SCSW_STCTL_PRIM_STATUS)))
H A Dccwreq.c224 if (scsw->cc == 1 && (scsw->stctl & SCSW_STCTL_ALERT_STATUS))
H A Ddevice_ops.c221 ((sch->schib.scsw.cmd.stctl & SCSW_STCTL_PRIM_STATUS) &&
222 !(sch->schib.scsw.cmd.stctl & SCSW_STCTL_SEC_STATUS)))
H A Deadm_sch.c134 if ((scsw->stctl & (SCSW_STCTL_ALERT_STATUS | SCSW_STCTL_STATUS_PEND))
/linux-master/drivers/s390/net/
H A Dctcm_main.c1238 if ((irb->scsw.cmd.stctl & SCSW_STCTL_SEC_STATUS) ||
1239 (irb->scsw.cmd.stctl == SCSW_STCTL_STATUS_PEND) ||
1240 (irb->scsw.cmd.stctl ==

Completed in 170 milliseconds