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

/drivers/scsi/qla2xxx/
H A Dqla_os.c2876 if (fcport->login_retry == 0) {
2877 fcport->login_retry = vha->hw->login_retry_count;
2888 fcport->loop_id, fcport->login_retry);
3549 fcport->login_retry && !(fcport->flags & FCF_ASYNC_SENT)) {
3550 fcport->login_retry--;
3617 fcport->login_retry, fcport->loop_id);
3619 fcport->login_retry = 0;
3622 if (fcport->login_retry == 0 && status != QLA_SUCCESS)
H A Dqla_init.c163 fcport->login_retry);
2900 fcport->login_retry = 0;
3639 fcport->login_retry = 0;
H A Dqla_def.h1717 int login_retry; member in struct:fc_port

Completed in 537 milliseconds