Lines Matching defs:cstat
36 * @cstat: subchannel status
58 __u32 cstat : 8;
77 * @cstat: subchannel status
98 u32 cstat:8;
115 * @cstat: subchannel status
130 u32 cstat:8;
366 * scsw_cstat - return scsw cstat field
369 * Return the value of the cstat field of the specified scsw, regardless of
375 return scsw->tm.cstat;
377 return scsw->cmd.cstat;
585 * scsw_cmd_is_valid_cstat - check cstat field validity
588 * Return non-zero if the cstat field of the specified command mode scsw is
753 * scsw_tm_is_valid_cstat - check cstat field validity
756 * Return non-zero if the cstat field of the specified transport mode scsw is
786 return (scsw->tm.cstat & (SCHN_STAT_PROG_CHECK |
825 * scsw_is_valid_cstat - check cstat field validity
828 * Return non-zero if the cstat field of the specified scsw is valid,