other versions
ATA_RWCMD_PROTOCOL(9) | libata Core Internals | ATA_RWCMD_PROTOCOL(9) |
NAME¶
ata_rwcmd_protocol - set taskfile r/w commands and protocolSYNOPSIS¶
int ata_rwcmd_protocol(struct ata_taskfile * tf, struct ata_device * dev);
ARGUMENTS¶
struct ata_taskfile * tfcommand to examine and configure
struct ata_device * dev
device tf belongs to
DESCRIPTION¶
Examine the device configuration and tf->flags to calculate the proper read/write commands and protocol to use.LOCKING: caller.
AUTHOR¶
Jeff GarzikAuthor.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |