Lines Matching defs:fctl
31 * @fctl: function control
53 __u32 fctl : 3;
72 * @fctl: function control
93 u32 fctl:3;
110 * @fctl: function control
125 u32 fctl:3;
311 * scsw_fctl - return scsw fctl field
314 * Return the value of the fctl field of the specified scsw, regardless of
320 return scsw->tm.fctl;
322 return scsw->cmd.fctl;
394 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC);
406 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC);
430 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC) &&
443 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC);
455 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC);
467 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC);
479 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC);
491 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC);
503 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC) &&
543 if (!scsw->cmd.fctl)
564 * scsw_cmd_is_valid_fctl - check fctl field validity
567 * Return non-zero if the fctl field of the specified command mode scsw is
637 return (scsw->tm.fctl & SCSW_FCTL_START_FUNC);
661 return (scsw->tm.fctl & SCSW_FCTL_START_FUNC) &&
737 if (!scsw->tm.fctl)
758 * scsw_tm_is_valid_fctl - check fctl field validity
761 * Return non-zero if the fctl field of the specified transport mode scsw is
946 * scsw_is_valid_fctl - check fctl field validity
949 * Return non-zero if the fctl field of the specified scsw is valid,