Home
last modified time | relevance | path

Searched refs:FCF_ASYNC_ACTIVE (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/scsi/qla2xxx/
Dqla_init.c110 fcport->flags &= ~(FCF_ASYNC_SENT | FCF_ASYNC_ACTIVE); in qla2x00_async_iocb_timeout()
176 sp->fcport->flags &= ~(FCF_ASYNC_SENT | FCF_ASYNC_ACTIVE); in qla2x00_async_login_sp_done()
266 fcport->flags &= ~FCF_ASYNC_ACTIVE; in qla2x00_async_login()
275 sp->fcport->flags &= ~(FCF_ASYNC_SENT | FCF_ASYNC_ACTIVE); in qla2x00_async_logout_sp_done()
318 fcport->flags &= ~(FCF_ASYNC_SENT | FCF_ASYNC_ACTIVE); in qla2x00_async_logout()
326 fcport->flags &= ~FCF_ASYNC_ACTIVE; in qla2x00_async_prlo_done()
340 sp->fcport->flags &= ~FCF_ASYNC_ACTIVE; in qla2x00_async_prlo_sp_done()
380 fcport->flags &= ~FCF_ASYNC_ACTIVE; in qla2x00_async_prlo()
431 fcport->flags |= FCF_ASYNC_ACTIVE; in qla_post_els_plogi_work()
447 sp->fcport->flags &= ~(FCF_ASYNC_SENT | FCF_ASYNC_ACTIVE); in qla2x00_async_adisc_sp_done()
[all …]
Dqla_gs.c3094 fcport->flags &= ~(FCF_ASYNC_SENT | FCF_ASYNC_ACTIVE); in qla2x00_async_gidpn_sp_done()
3184 fcport->flags &= ~FCF_ASYNC_ACTIVE; in qla24xx_async_gidpn()
3203 fcport->flags |= FCF_ASYNC_ACTIVE; in qla24xx_post_gidpn_work()
3216 fcport->flags |= FCF_ASYNC_ACTIVE; in qla24xx_post_gpsc_work()
3373 fcport->flags &= ~FCF_ASYNC_ACTIVE; in qla24xx_async_gpsc()
Dqla_os.c4705 fcport->flags |= FCF_ASYNC_ACTIVE; \
5113 if (fcport->flags & (FCF_ASYNC_SENT|FCF_ASYNC_ACTIVE) || in qla2x00_relogin()
Dqla_def.h2470 #define FCF_ASYNC_ACTIVE BIT_5 macro
Dqla_iocb.c2614 fcport->flags &= ~(FCF_ASYNC_SENT|FCF_ASYNC_ACTIVE); in qla2x00_els_dcmd2_sp_done()