Searched refs:FCF_LOGIN_NEEDED (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/qla2xxx/
H A Dqla_init.c355 fcport->flags |= FCF_LOGIN_NEEDED;
2901 fcport->flags &= ~(FCF_LOGIN_NEEDED | FCF_ASYNC_SENT);
3047 (fcport->flags & FCF_LOGIN_NEEDED) == 0)
3176 new_fcport->flags |= (FCF_FABRIC_DEVICE | FCF_LOGIN_NEEDED);
3315 FCF_LOGIN_NEEDED);
3325 fcport->flags |= FCF_LOGIN_NEEDED;
3353 new_fcport->flags |= (FCF_FABRIC_DEVICE | FCF_LOGIN_NEEDED);
3880 fcport->flags &= ~(FCF_LOGIN_NEEDED | FCF_ASYNC_SENT);
3887 fcport->flags &= ~(FCF_LOGIN_NEEDED | FCF_ASYNC_SENT);
H A Dqla_bsg.c1250 if (fcport->flags & FCF_LOGIN_NEEDED) {
H A Dqla_def.h1747 #define FCF_LOGIN_NEEDED BIT_1 macro

Completed in 93 milliseconds