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;
306 * scsw_fctl - return scsw fctl field
309 * Return the value of the fctl field of the specified scsw, regardless of
315 return scsw->tm.fctl;
317 return scsw->cmd.fctl;
389 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC);
401 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC);
425 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC) &&
438 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC);
450 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC);
462 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC);
474 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC);
486 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC);
498 return (scsw->cmd.fctl & SCSW_FCTL_START_FUNC) &&
525 return (scsw->cmd.fctl != 0) &&
533 * scsw_cmd_is_valid_fctl - check fctl field validity
536 * Return non-zero if the fctl field of the specified command mode scsw is
606 return (scsw->tm.fctl & SCSW_FCTL_START_FUNC);
630 return (scsw->tm.fctl & SCSW_FCTL_START_FUNC) &&
693 return (scsw->tm.fctl != 0) &&
701 * scsw_tm_is_valid_fctl - check fctl field validity
704 * Return non-zero if the fctl field of the specified transport mode scsw is
889 * scsw_is_valid_fctl - check fctl field validity
892 * Return non-zero if the fctl field of the specified scsw is valid,