1ATA_GET_XLAT_FUNC(9) libata SCSI translation/emulat ATA_GET_XLAT_FUNC(9)
2
3
4
6 ata_get_xlat_func - check if SCSI to ATA translation is possible
7
9 ata_xlat_func_t ata_get_xlat_func(struct ata_device * dev, u8 cmd);
10
12 dev
13 ATA device
14
15 cmd
16 SCSI command opcode to consider
17
19 Look up the SCSI command given, and determine whether the SCSI command
20 is to be translated or simulated.
21
23 Pointer to translation function if possible, NULL if not.
24
26 Jeff Garzik
27 Author.
28
30Kernel Hackers Manual 2.6. November 2011 ATA_GET_XLAT_FUNC(9)