Searched refs:scsi_command_normalize_sense (Results 1 – 5 of 5) sorted by relevance
18 extern bool scsi_command_normalize_sense(const struct scsi_cmnd *cmd,
295 scsi_command_normalize_sense(cmd, &sshdr)) {
545 if (! scsi_command_normalize_sense(scmd, &sshdr)) in scsi_check_sense()2532 bool scsi_command_normalize_sense(const struct scsi_cmnd *cmd, in scsi_command_normalize_sense() function2538 EXPORT_SYMBOL(scsi_command_normalize_sense);
247 if (!scsi_command_normalize_sense(scmd, &sshdr)) in scsi_check_passthrough()796 sense_valid = scsi_command_normalize_sense(cmd, &sshdr); in scsi_io_completion_action()976 sense_valid = scsi_command_normalize_sense(cmd, &sshdr); in scsi_io_completion_nz_result()
2320 sense_valid = scsi_command_normalize_sense(SCpnt, &sshdr); in sd_done()