ATA_CMD_SMART
(ctx->last_cmd[ap->port_no] == ATA_CMD_SMART)))
{ ATA_CMD_SMART, "SMART" },
if (args[0] == ATA_CMD_SMART) { /* hack -- ide driver does this too */
case ATA_CMD_SMART:
fis.command = ATA_CMD_SMART;
if (fis.command == ATA_CMD_SMART) {
case ATA_CMD_SMART:
if (ata_command == ATA_CMD_SMART && feature == SMART_WRITE_LOG) {
return drivetemp_scsi_command(st, ATA_CMD_SMART, feature, select,
ata_opcode_name(ATA_CMD_SMART), \