Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/scsi/qla2xxx/
Dqla_os.c969 sp->type = SRB_SCSI_CMD; in qla2xxx_queuecommand()
1058 sp->type = SRB_SCSI_CMD; in qla2xxx_mqueuecommand()
1364 if (sp->type != SRB_SCSI_CMD) in __qla2x00_eh_wait_for_pending_commands()
1808 (sp->type == SRB_SCSI_CMD && !ha->flags.eeh_busy && in qla2x00_abort_srb()
1841 case SRB_SCSI_CMD: in qla2x00_abort_srb()
7482 if (sp->type != SRB_SCSI_CMD) in qla2x00_timer()
Dqla_def.h668 #define SRB_SCSI_CMD 8 macro
Dqla_isr.c2173 if (sp->type == SRB_SCSI_CMD || in qla24xx_mbx_iocb_entry()
Dqla_iocb.c2296 if (sp && (sp->type != SRB_SCSI_CMD)) { in __qla2x00_alloc_iocbs()