other versions
ATA_MSELECT_CONTROL(9) | libata SCSI translation/emulat | ATA_MSELECT_CONTROL(9) |
NAME¶
ata_mselect_control - Simulate MODE SELECT for control page
SYNOPSIS¶
int ata_mselect_control(struct ata_queued_cmd * qc, const u8 * buf, int len, u16 * fp);
ARGUMENTS¶
struct ata_queued_cmd * qc
Storage for translated ATA taskfile
const u8 * buf
input buffer
int len
number of valid bytes in the input buffer
u16 * fp
out parameter for the failed field on error
DESCRIPTION¶
Prepare a taskfile to modify caching information for the device.
LOCKING: None.
AUTHOR¶
Jeff Garzik
Author.
COPYRIGHT¶
July 2017 | Kernel Hackers Manual 4.12 |