Lines Matching defs:sense
1345 * ata_eh_read_sense_success_ncq_log - Read the sense data for successful
1347 * @link: ATA link to get sense data for
1349 * Read the sense data for successful NCQ commands log page to obtain
1350 * sense data for all NCQ commands that completed successfully with
1351 * the sense data available bit set.
1366 u8 *sense, sk = 0, asc = 0, ascq = 0;
1396 * If the command does not have any sense data, clear ATA_SENSE.
1404 sense = &buf[32 + 24 * tag];
1405 sk = sense[0];
1406 asc = sense[1];
1407 ascq = sense[2];
1414 /* Set sense without also setting scsicmd->result */
1421 * If we have sense data, call scsi_check_sense() in order to
1494 * stored the sense data in qc->result_tf.auxiliary.