Home
last modified time | relevance | path

Searched refs:SRB_SCSI_CMD (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_os.c934 sp->type = SRB_SCSI_CMD; in qla2xxx_queuecommand()
1020 sp->type = SRB_SCSI_CMD; in qla2xxx_mqueuecommand()
1367 if (sp->type != SRB_SCSI_CMD) in qla2x00_eh_wait_for_pending_commands()
1747 (sp->type == SRB_SCSI_CMD)) { in __qla2x00_abort_all_cmds()
6345 if (sp->type != SRB_SCSI_CMD) in qla2x00_timer()
Dqla_def.h502 #define SRB_SCSI_CMD 8 macro
Dqla_iocb.c2133 if (sp && (sp->type != SRB_SCSI_CMD)) { in __qla2x00_alloc_iocbs()