Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/qla2xxx/
H A Dqla_os.c915 sp->type = SRB_SCSI_CMD; in qla2xxx_queuecommand()
997 sp->type = SRB_SCSI_CMD; in qla2xxx_mqueuecommand()
1343 if (sp->type != SRB_SCSI_CMD) in qla2x00_eh_wait_for_pending_commands()
1703 (sp->type == SRB_SCSI_CMD && !ha->flags.eeh_busy && in qla2x00_abort_srb()
7126 if (sp->type != SRB_SCSI_CMD) in qla2x00_timer()
H A Dqla_def.h603 #define SRB_SCSI_CMD 8 macro
H A Dqla_isr.c1849 if (sp->type == SRB_SCSI_CMD || in qla24xx_mbx_iocb_entry()
H A Dqla_iocb.c2287 if (sp && (sp->type != SRB_SCSI_CMD)) { in __qla2x00_alloc_iocbs()