1. NAME▲
ata_get_xlat_func - check if SCSI to ATA translation is possible
2. SYNOPSIS ▲
ata_xlat_func_t ata_get_xlat_func(struct ata_device * dev , u8 cmd );
3. ARGUMENTS ▲
dev
ATA device
cmd
SCSI command opcode to consider
4. DESCRIPTION ▲
Look up the SCSI command given, and determine whether the SCSI command is to be translated or simulated.
5. RETURNS ▲
Pointer to translation function if possible, NULL if not.
6. AUTHOR ▲
Jeff Garzik
Author.
7. COPYRIGHT ▲