Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/qla2xxx/
Dqla_isr.c1264 if (status == 0x30 && sp->type == SRB_LOGIN_CMD && in qla2x00_mbx_iocb_entry()
1275 if (sp->type == SRB_LOGIN_CMD) { in qla2x00_mbx_iocb_entry()
1495 if (sp->type != SRB_LOGIN_CMD) in qla24xx_logio_entry()
Dqla_def.h373 #define SRB_LOGIN_CMD 1 macro
Dqla_init.c109 if (sp->type == SRB_LOGIN_CMD) { in qla2x00_async_iocb_timeout()
149 sp->type = SRB_LOGIN_CMD; in qla2x00_async_login()
Dqla_iocb.c2621 case SRB_LOGIN_CMD: in qla2x00_start_sp()