Home
last modified time | relevance | path

Searched refs:ScsiResult (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/drivers/scsi/
Dncr53c8xx.c1013 #define ScsiResult(host_code, scsi_code) (((host_code) << 16) + ((scsi_code) & 0x7f)) macro
4642 cmd->result = ScsiResult(DID_ABORT, 0);
4925 cmd->result = ScsiResult(DID_OK, cp->scsi_status); in ncr_complete()
4990 cmd->result = ScsiResult(DID_OK, cp->scsi_status); in ncr_complete()
4998 cmd->result = ScsiResult(DID_TIME_OUT, cp->scsi_status); in ncr_complete()
5005 cmd->result = ScsiResult(DID_RESET, cp->scsi_status); in ncr_complete()
5012 cmd->result = ScsiResult(DID_ABORT, cp->scsi_status); in ncr_complete()
5022 cmd->result = ScsiResult(DID_ERROR, cp->scsi_status); in ncr_complete()
/Linux-v4.19/Documentation/scsi/
DChangeLog.lpfc1058 declarations. Also removing a redundant #define ScsiResult as it