Lines Matching defs:stctl
33 * @stctl: status control
55 __u32 stctl : 5;
74 * @stctl: status control
95 u32 stctl:5;
112 * @stctl: status control
127 u32 stctl:5;
341 * scsw_stctl - return scsw stctl field
344 * Return the value of the stctl field of the specified scsw, regardless of
350 return scsw->tm.stctl;
352 return scsw->cmd.stctl;
418 return (scsw->cmd.stctl & SCSW_STCTL_STATUS_PEND);
431 (scsw->cmd.stctl & SCSW_STCTL_STATUS_PEND);
504 (scsw->cmd.stctl & SCSW_STCTL_INTER_STATUS);
517 if (!(scsw->cmd.stctl & SCSW_STCTL_STATUS_PEND))
521 if (!(scsw->cmd.stctl & SCSW_STCTL_ALERT_STATUS))
527 if (scsw->cmd.stctl & SCSW_STCTL_INTER_STATUS)
547 if (!(scsw->cmd.stctl & SCSW_STCTL_STATUS_PEND))
553 if (!(scsw->cmd.stctl & SCSW_STCTL_INTER_STATUS))
590 * scsw_cmd_is_valid_stctl - check stctl field validity
593 * Return non-zero if the stctl field of the specified command mode scsw is
611 return (scsw->cmd.stctl & SCSW_STCTL_STATUS_PEND) &&
624 return (scsw->cmd.stctl & SCSW_STCTL_STATUS_PEND) &&
649 return (scsw->tm.stctl & SCSW_STCTL_STATUS_PEND);
662 (scsw->tm.stctl & SCSW_STCTL_STATUS_PEND);
711 if (!(scsw->tm.stctl & SCSW_STCTL_STATUS_PEND))
715 if (!(scsw->tm.stctl & SCSW_STCTL_ALERT_STATUS))
721 if (scsw->tm.stctl & SCSW_STCTL_INTER_STATUS)
741 if (!(scsw->tm.stctl & SCSW_STCTL_STATUS_PEND))
747 if (!(scsw->tm.stctl & SCSW_STCTL_INTER_STATUS))
784 * scsw_tm_is_valid_stctl - check stctl field validity
787 * Return non-zero if the stctl field of the specified transport mode scsw is
805 return (scsw->tm.stctl & SCSW_STCTL_STATUS_PEND) &&
818 return (scsw->tm.stctl & SCSW_STCTL_STATUS_PEND) &&
994 * scsw_is_valid_stctl - check stctl field validity
997 * Return non-zero if the stctl field of the specified scsw is valid,
1018 return (scsw->cmd.cc != 0) || (scsw->cmd.stctl !=
1031 return (scsw->tm.cc != 0) || (scsw->tm.stctl !=