Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/scsi/qla2xxx/
Dqla_isr.c1292 if (status == 0x30 && sp->type == SRB_LOGIN_CMD && in qla2x00_mbx_iocb_entry()
1303 if (sp->type == SRB_LOGIN_CMD) { in qla2x00_mbx_iocb_entry()
1523 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.c2588 case SRB_LOGIN_CMD: in qla2x00_start_sp()