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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/s390/cio/
H A Ddevice_status.c105 !(irb->scsw.cmd.actl & SCSW_ACTL_SUSPENDED))
258 cdev_irb->scsw.cmd.actl = irb->scsw.cmd.actl;
268 (irb->scsw.cmd.actl & SCSW_ACTL_DEVACT) &&
269 (irb->scsw.cmd.actl & SCSW_ACTL_SCHACT)) ||
270 (irb->scsw.cmd.actl & SCSW_ACTL_SUSPENDED))
384 if ((irb->scsw.cmd.actl & (SCSW_ACTL_DEVACT | SCSW_ACTL_SCHACT)) != 0)
H A Dcio.c177 sch->schib.scsw.cmd.actl |= SCSW_ACTL_START_PEND;
212 sch->schib.scsw.cmd.actl |= SCSW_ACTL_RESUME_PEND;
250 sch->schib.scsw.cmd.actl |= SCSW_ACTL_HALT_PEND;
283 sch->schib.scsw.cmd.actl |= SCSW_ACTL_CLEAR_PEND;
743 } while (console_subchannel.schib.scsw.cmd.actl != 0);
H A Ddevice_ops.c410 !(sch->schib.scsw.cmd.actl & SCSW_ACTL_SUSPENDED))
H A Ddevice_fsm.c492 cdev->private->irb.scsw.cmd.actl = SCSW_ACTL_START_PEND;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/s390/cio/
H A Ddevice_status.c105 !(irb->scsw.cmd.actl & SCSW_ACTL_SUSPENDED))
258 cdev_irb->scsw.cmd.actl = irb->scsw.cmd.actl;
268 (irb->scsw.cmd.actl & SCSW_ACTL_DEVACT) &&
269 (irb->scsw.cmd.actl & SCSW_ACTL_SCHACT)) ||
270 (irb->scsw.cmd.actl & SCSW_ACTL_SUSPENDED))
384 if ((irb->scsw.cmd.actl & (SCSW_ACTL_DEVACT | SCSW_ACTL_SCHACT)) != 0)
H A Dcio.c177 sch->schib.scsw.cmd.actl |= SCSW_ACTL_START_PEND;
212 sch->schib.scsw.cmd.actl |= SCSW_ACTL_RESUME_PEND;
250 sch->schib.scsw.cmd.actl |= SCSW_ACTL_HALT_PEND;
283 sch->schib.scsw.cmd.actl |= SCSW_ACTL_CLEAR_PEND;
743 } while (console_subchannel.schib.scsw.cmd.actl != 0);
H A Ddevice_ops.c410 !(sch->schib.scsw.cmd.actl & SCSW_ACTL_SUSPENDED))
H A Ddevice_fsm.c492 cdev->private->irb.scsw.cmd.actl = SCSW_ACTL_START_PEND;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/include/asm/
H A Dscsw.h31 * @actl: activity control
53 __u32 actl : 7; member in struct:cmd_scsw
72 * @actl: activity control
93 u32 actl:7; member in struct:tm_scsw
284 * scsw_actl - return scsw actl field
287 * Return the value of the actl field of the specified scsw, regardless of
293 return scsw->tm.actl;
295 return scsw->cmd.actl;
492 (scsw->cmd.actl & SCSW_ACTL_SUSPENDED)));
509 * scsw_cmd_is_valid_actl - check actl fiel
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/s390/include/asm/
H A Dscsw.h31 * @actl: activity control
53 __u32 actl : 7; member in struct:cmd_scsw
72 * @actl: activity control
93 u32 actl:7; member in struct:tm_scsw
284 * scsw_actl - return scsw actl field
287 * Return the value of the actl field of the specified scsw, regardless of
293 return scsw->tm.actl;
295 return scsw->cmd.actl;
492 (scsw->cmd.actl & SCSW_ACTL_SUSPENDED)));
509 * scsw_cmd_is_valid_actl - check actl fiel
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/s390/net/
H A Dlcs.c1413 irb->scsw.cmd.actl);
1437 if ((irb->scsw.cmd.actl & SCSW_ACTL_SUSPENDED) ||
1454 else if (irb->scsw.cmd.actl & SCSW_ACTL_SUSPENDED)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/s390/net/
H A Dlcs.c1413 irb->scsw.cmd.actl);
1437 if ((irb->scsw.cmd.actl & SCSW_ACTL_SUSPENDED) ||
1454 else if (irb->scsw.cmd.actl & SCSW_ACTL_SUSPENDED)

Completed in 193 milliseconds