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;
336 * scsw_stctl - return scsw stctl field
339 * Return the value of the stctl field of the specified scsw, regardless of
345 return scsw->tm.stctl;
347 return scsw->cmd.stctl;
413 return (scsw->cmd.stctl & SCSW_STCTL_STATUS_PEND);
426 (scsw->cmd.stctl & SCSW_STCTL_STATUS_PEND);
499 (scsw->cmd.stctl & SCSW_STCTL_INTER_STATUS);
511 return (scsw->cmd.stctl & SCSW_STCTL_STATUS_PEND) &&
512 !(scsw->cmd.stctl & SCSW_STCTL_INTER_STATUS) &&
513 (scsw->cmd.stctl & SCSW_STCTL_ALERT_STATUS);
526 (scsw->cmd.stctl & SCSW_STCTL_STATUS_PEND) &&
527 (!(scsw->cmd.stctl & SCSW_STCTL_INTER_STATUS) ||
528 ((scsw->cmd.stctl & SCSW_STCTL_INTER_STATUS) &&
559 * scsw_cmd_is_valid_stctl - check stctl field validity
562 * Return non-zero if the stctl field of the specified command mode scsw is
580 return (scsw->cmd.stctl & SCSW_STCTL_STATUS_PEND) &&
593 return (scsw->cmd.stctl & SCSW_STCTL_STATUS_PEND) &&
618 return (scsw->tm.stctl & SCSW_STCTL_STATUS_PEND);
631 (scsw->tm.stctl & SCSW_STCTL_STATUS_PEND);
679 return (scsw->tm.stctl & SCSW_STCTL_STATUS_PEND) &&
680 !(scsw->tm.stctl & SCSW_STCTL_INTER_STATUS) &&
681 (scsw->tm.stctl & SCSW_STCTL_ALERT_STATUS);
694 (scsw->tm.stctl & SCSW_STCTL_STATUS_PEND) &&
695 (!(scsw->tm.stctl & SCSW_STCTL_INTER_STATUS) ||
696 ((scsw->tm.stctl & SCSW_STCTL_INTER_STATUS) &&
727 * scsw_tm_is_valid_stctl - check stctl field validity
730 * Return non-zero if the stctl field of the specified transport mode scsw is
748 return (scsw->tm.stctl & SCSW_STCTL_STATUS_PEND) &&
761 return (scsw->tm.stctl & SCSW_STCTL_STATUS_PEND) &&
937 * scsw_is_valid_stctl - check stctl field validity
940 * Return non-zero if the stctl field of the specified scsw is valid,
961 return (scsw->cmd.cc != 0) || (scsw->cmd.stctl !=
974 return (scsw->tm.cc != 0) || (scsw->tm.stctl !=