Searched refs:scsi_command_normalize_sense (Results 1 – 4 of 4) sorted by relevance
18 extern bool scsi_command_normalize_sense(const struct scsi_cmnd *cmd,
554 if (! scsi_command_normalize_sense(scmd, &sshdr)) in scsi_check_sense()2589 bool scsi_command_normalize_sense(const struct scsi_cmnd *cmd, in scsi_command_normalize_sense() function2595 EXPORT_SYMBOL(scsi_command_normalize_sense);
248 if (!scsi_command_normalize_sense(scmd, &sshdr)) in scsi_check_passthrough()805 sense_valid = scsi_command_normalize_sense(cmd, &sshdr); in scsi_io_completion_action()985 sense_valid = scsi_command_normalize_sense(cmd, &sshdr); in scsi_io_completion_nz_result()
2357 sense_valid = scsi_command_normalize_sense(SCpnt, &sshdr); in sd_done()