Searched refs:ftf_flags (Results 1 – 3 of 3) sorted by relevance
96 if (orig_cmd->ftf_flags & IDE_FTFLAG_FLAGGED) in do_rw_taskfile()97 orig_cmd->ftf_flags |= IDE_FTFLAG_SET_IN_FLAGS; in do_rw_taskfile()105 if (cmd->ftf_flags & IDE_FTFLAG_OUT_DATA) { in do_rw_taskfile()115 if (!(cmd->ftf_flags & IDE_FTFLAG_FLAGGED)) in do_rw_taskfile()531 cmd.ftf_flags |= IDE_FTFLAG_FLAGGED; in ide_taskfile_ioctl()534 cmd.ftf_flags |= IDE_FTFLAG_OUT_DATA; in ide_taskfile_ioctl()562 cmd.ftf_flags |= IDE_FTFLAG_IN_DATA; in ide_taskfile_ioctl()637 if ((cmd.ftf_flags & IDE_FTFLAG_SET_IN_FLAGS) && in ide_taskfile_ioctl()
94 if (cmd->ftf_flags & IDE_FTFLAG_IN_DATA) { in ide_complete_cmd()
340 u8 ftf_flags; /* for TASKFILE ioctl */ member