Searched defs:tf_flags (Results 1 - 2 of 2) sorted by relevance

/drivers/ata/
H A Dlibata-scsi.c1643 unsigned int tf_flags = 0; local
1649 tf_flags |= ATA_TFLAG_WRITE;
1659 tf_flags |= ATA_TFLAG_FUA;
1679 tf_flags |= ATA_TFLAG_FUA;
1700 rc = ata_build_rw_tf(&qc->tf, qc->dev, block, n_block, tf_flags,
H A Dlibata-core.c730 * @tf_flags: RW/FUA etc...
737 * @block, @n_block, @tf_flags and @tag on @dev.
745 u64 block, u32 n_block, unsigned int tf_flags,
749 tf->flags |= tf_flags;
744 ata_build_rw_tf(struct ata_taskfile *tf, struct ata_device *dev, u64 block, u32 n_block, unsigned int tf_flags, unsigned int tag) argument

Completed in 105 milliseconds