• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/s390/include/asm/

Lines Matching refs:stctl

32  * @stctl: status control
54 __u32 stctl : 5;
73 * @stctl: status control
94 u32 stctl:5;
299 * scsw_stctl - return scsw stctl field
302 * Return the value of the stctl field of the specified scsw, regardless of
308 return scsw->tm.stctl;
310 return scsw->cmd.stctl;
376 return (scsw->cmd.stctl & SCSW_STCTL_STATUS_PEND);
389 (scsw->cmd.stctl & SCSW_STCTL_STATUS_PEND);
462 (scsw->cmd.stctl & SCSW_STCTL_INTER_STATUS);
474 return (scsw->cmd.stctl & SCSW_STCTL_STATUS_PEND) &&
475 !(scsw->cmd.stctl & SCSW_STCTL_INTER_STATUS) &&
476 (scsw->cmd.stctl & SCSW_STCTL_ALERT_STATUS);
489 (scsw->cmd.stctl & SCSW_STCTL_STATUS_PEND) &&
490 (!(scsw->cmd.stctl & SCSW_STCTL_INTER_STATUS) ||
491 ((scsw->cmd.stctl & SCSW_STCTL_INTER_STATUS) &&
522 * scsw_cmd_is_valid_stctl - check stctl field validity
525 * Return non-zero if the stctl field of the specified command mode scsw is
543 return (scsw->cmd.stctl & SCSW_STCTL_STATUS_PEND) &&
556 return (scsw->cmd.stctl & SCSW_STCTL_STATUS_PEND) &&
581 return (scsw->tm.stctl & SCSW_STCTL_STATUS_PEND);
594 (scsw->tm.stctl & SCSW_STCTL_STATUS_PEND);
642 return (scsw->tm.stctl & SCSW_STCTL_STATUS_PEND) &&
643 !(scsw->tm.stctl & SCSW_STCTL_INTER_STATUS) &&
644 (scsw->tm.stctl & SCSW_STCTL_ALERT_STATUS);
657 (scsw->tm.stctl & SCSW_STCTL_STATUS_PEND) &&
658 (!(scsw->tm.stctl & SCSW_STCTL_INTER_STATUS) ||
659 ((scsw->tm.stctl & SCSW_STCTL_INTER_STATUS) &&
690 * scsw_tm_is_valid_stctl - check stctl field validity
693 * Return non-zero if the stctl field of the specified transport mode scsw is
711 return (scsw->tm.stctl & SCSW_STCTL_STATUS_PEND) &&
724 return (scsw->tm.stctl & SCSW_STCTL_STATUS_PEND) &&
900 * scsw_is_valid_stctl - check stctl field validity
903 * Return non-zero if the stctl field of the specified scsw is valid,
924 return (scsw->cmd.cc != 0) || (scsw->cmd.stctl !=
937 return (scsw->tm.cc != 0) || (scsw->tm.stctl !=