Searched refs:node_dhc (Results 1 – 3 of 3) sorted by relevance
410 emlxs_node_dhc_t *node_dhc = &ndlp->node_dhc; in emlxs_dhc_state() local413 if ((state != NODE_STATE_NOCHANGE) && (node_dhc->state != state)) { in emlxs_dhc_state()416 emlxs_dhc_nstate_xlate(node_dhc->state), in emlxs_dhc_state()419 node_dhc->prev_state = node_dhc->state; in emlxs_dhc_state()420 node_dhc->state = (uint16_t)state; in emlxs_dhc_state()426 node_dhc->nlp_authrsp_tmo = 0; in emlxs_dhc_state()427 node_dhc->nlp_authrsp_tmocnt = 0; in emlxs_dhc_state()435 } else if (node_dhc->parent_auth_cfg) { in emlxs_dhc_state()436 node_dhc->parent_auth_cfg->auth_time = DRV_TIME; in emlxs_dhc_state()439 node_dhc->nlp_authrsp_tmo = 0; in emlxs_dhc_state()[all …]
1454 if (ndlp->node_dhc.nlp_authrsp_tmo && in emlxs_timer_check_dhchap()1455 (hba->timer_tics >= ndlp->node_dhc.nlp_authrsp_tmo)) { in emlxs_timer_check_dhchap()1461 if (ndlp->node_dhc.nlp_reauth_tmo && in emlxs_timer_check_dhchap()1462 (hba->timer_tics >= ndlp->node_dhc.nlp_reauth_tmo)) { in emlxs_timer_check_dhchap()
458 emlxs_node_dhc_t node_dhc; member