ata_get_xlat_func

Name

ata_get_xlat_func --  check if SCSI to ATA translation is possible

Synopsis

ata_xlat_func_t ata_get_xlat_func (u8 cmd);

Arguments

cmd

SCSI command opcode to consider

Description

Look up the SCSI command given, and determine whether the SCSI command is to be translated or simulated.

RETURNS

Pointer to translation function if possible, NULL if not.