Searched refs:actl (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/s390/cio/
H A Ddevice_status.c105 !(irb->scsw.cmd.actl & SCSW_ACTL_SUSPENDED))
259 cdev_irb->scsw.cmd.actl = irb->scsw.cmd.actl;
269 (irb->scsw.cmd.actl & SCSW_ACTL_DEVACT) &&
270 (irb->scsw.cmd.actl & SCSW_ACTL_SCHACT)) ||
271 (irb->scsw.cmd.actl & SCSW_ACTL_SUSPENDED))
385 if ((irb->scsw.cmd.actl & (SCSW_ACTL_DEVACT | SCSW_ACTL_SCHACT)) != 0)
H A Dvfio_ccw_fsm.c49 sch->schib.scsw.cmd.actl |= SCSW_ACTL_START_PEND;
101 sch->schib.scsw.cmd.actl |= SCSW_ACTL_HALT_PEND;
140 sch->schib.scsw.cmd.actl = SCSW_ACTL_CLEAR_PEND;
H A Dcio.c162 sch->schib.scsw.cmd.actl |= SCSW_ACTL_START_PEND;
199 sch->schib.scsw.cmd.actl |= SCSW_ACTL_RESUME_PEND;
238 sch->schib.scsw.cmd.actl |= SCSW_ACTL_HALT_PEND;
272 sch->schib.scsw.cmd.actl |= SCSW_ACTL_CLEAR_PEND;
H A Deadm_sch.c76 sch->schib.scsw.eadm.actl |= SCSW_ACTL_START_PEND;
95 sch->schib.scsw.eadm.actl |= SCSW_ACTL_CLEAR_PEND;
H A Ddevice_fsm.c461 scsw->actl = SCSW_ACTL_START_PEND;
468 scsw->actl = SCSW_ACTL_START_PEND;
H A Ddevice_ops.c421 !(sch->schib.scsw.cmd.actl & SCSW_ACTL_SUSPENDED))
H A Ddevice.c1679 if (sch->schib.scsw.cmd.actl == 0)
/linux-master/arch/s390/include/asm/
H A Dscsw.h33 * @actl: activity control
55 __u32 actl : 7; member in struct:cmd_scsw
74 * @actl: activity control
95 u32 actl:7; member in struct:tm_scsw
112 * @actl: activity control
127 u32 actl:7; member in struct:eadm_scsw
327 * scsw_actl - return scsw actl field
330 * Return the value of the actl field of the specified scsw, regardless of
336 return scsw->tm.actl;
338 return scsw->cmd.actl;
[all...]
/linux-master/drivers/s390/net/
H A Dlcs.c1378 irb->scsw.cmd.actl);
1402 if ((irb->scsw.cmd.actl & SCSW_ACTL_SUSPENDED) ||
1419 else if (irb->scsw.cmd.actl & SCSW_ACTL_SUSPENDED)

Completed in 149 milliseconds