Searched refs:ata_build_rw_tf (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/ata/ |
H A D | libata.h | 50 extern int ata_build_rw_tf(struct ata_taskfile *tf, struct ata_device *dev,
|
H A D | libata-scsi.c | 1609 rc = ata_build_rw_tf(&qc->tf, qc->dev, block, n_block, tf_flags, in ata_scsi_rw_xlat()
|
H A D | libata-core.c | 654 * ata_build_rw_tf - Build ATA taskfile for given read/write request 674 int ata_build_rw_tf(struct ata_taskfile *tf, struct ata_device *dev, in ata_build_rw_tf() function
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | libata.h | 49 extern int ata_build_rw_tf(struct ata_queued_cmd *qc, u64 block, u32 n_block,
|
H A D | libata-scsi.c | 1633 rc = ata_build_rw_tf(qc, block, n_block, tf_flags, dld, class); in ata_scsi_rw_xlat()
|
H A D | libata-core.c | 689 * ata_build_rw_tf - Build ATA taskfile for given read/write request 708 int ata_build_rw_tf(struct ata_queued_cmd *qc, u64 block, u32 n_block, in ata_build_rw_tf() function
|
Completed in 25 milliseconds