Home
last modified time | relevance | path

Searched refs:nlp_authrsp_tmo (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c426 node_dhc->nlp_authrsp_tmo = 0; in emlxs_dhc_state()
439 node_dhc->nlp_authrsp_tmo = 0; in emlxs_dhc_state()
1355 if (node_dhc->nlp_authrsp_tmo) { in emlxs_issue_auth_reject()
1356 node_dhc->nlp_authrsp_tmo = 0; in emlxs_issue_auth_reject()
2860 node_dhc->nlp_authrsp_tmo = 0; in emlxs_rcv_auth_msg_auth_negotiate_cmpl_wait4next()
3237 node_dhc->nlp_authrsp_tmo = 0; in emlxs_rcv_auth_msg_dhchap_reply_cmpl_wait4next()
3745 if (node_dhc->nlp_authrsp_tmo) { in emlxs_rcv_auth_msg_dhchap_challenge_cmpl_wait4next()
3746 node_dhc->nlp_authrsp_tmo = 0; in emlxs_rcv_auth_msg_dhchap_challenge_cmpl_wait4next()
4158 node_dhc->nlp_authrsp_tmo = 0; in emlxs_device_recov_auth()
7124 node_dhc->nlp_authrsp_tmo = 0; in emlxs_dhc_auth_start()
[all …]
H A Demlxs_clock.c1461 if (ndlp->node_dhc.nlp_authrsp_tmo && in emlxs_timer_check_dhchap()
1462 (hba->timer_tics >= ndlp->node_dhc.nlp_authrsp_tmo)) { in emlxs_timer_check_dhchap()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.h336 uint32_t nlp_authrsp_tmo; /* Response timeout */ member