Searched refs:ftf_flags (Results 1 – 3 of 3) sorted by relevance
95 if (orig_cmd->ftf_flags & IDE_FTFLAG_FLAGGED) in do_rw_taskfile()96 orig_cmd->ftf_flags |= IDE_FTFLAG_SET_IN_FLAGS; in do_rw_taskfile()104 if (cmd->ftf_flags & IDE_FTFLAG_OUT_DATA) { in do_rw_taskfile()114 if (!(cmd->ftf_flags & IDE_FTFLAG_FLAGGED)) in do_rw_taskfile()530 cmd.ftf_flags |= IDE_FTFLAG_FLAGGED; in ide_taskfile_ioctl()533 cmd.ftf_flags |= IDE_FTFLAG_OUT_DATA; in ide_taskfile_ioctl()561 cmd.ftf_flags |= IDE_FTFLAG_IN_DATA; in ide_taskfile_ioctl()636 if ((cmd.ftf_flags & IDE_FTFLAG_SET_IN_FLAGS) && in ide_taskfile_ioctl()
84 if (cmd->ftf_flags & IDE_FTFLAG_IN_DATA) { in ide_complete_cmd()
339 u8 ftf_flags; /* for TASKFILE ioctl */ member