Lines Matching defs:actl
32 * @actl: activity control
54 __u32 actl : 7;
73 * @actl: activity control
94 u32 actl:7;
111 * @actl: activity control
126 u32 actl:7;
326 * scsw_actl - return scsw actl field
329 * Return the value of the actl field of the specified scsw, regardless of
335 return scsw->tm.actl;
337 return scsw->cmd.actl;
557 if (scsw->cmd.actl & SCSW_ACTL_SUSPENDED)
577 * scsw_cmd_is_valid_actl - check actl field validity
580 * Return non-zero if the actl field of the specified command mode scsw is
751 if (scsw->tm.actl & SCSW_ACTL_SUSPENDED)
771 * scsw_tm_is_valid_actl - check actl field validity
774 * Return non-zero if the actl field of the specified transport mode scsw is
850 * scsw_is_valid_actl - check actl field validity
853 * Return non-zero if the actl field of the specified scsw is valid,