Home
last modified time | relevance | path

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

/titanic_50/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()
1954 if (node_dhc->nlp_authrsp_tmo == 0) { in emlxs_cmpl_auth_msg_auth_negotiate_issue()
1955 node_dhc->nlp_authrsp_tmo = DRV_TIME + in emlxs_cmpl_auth_msg_auth_negotiate_issue()
2810 if (node_dhc->nlp_authrsp_tmo != 0) { in emlxs_rcv_auth_msg_auth_negotiate_cmpl_wait4next()
2811 node_dhc->nlp_authrsp_tmo = 0; in emlxs_rcv_auth_msg_auth_negotiate_cmpl_wait4next()
2860 node_dhc->nlp_authrsp_tmo = 0; in emlxs_rcv_auth_msg_auth_negotiate_cmpl_wait4next()
3157 if (node_dhc->nlp_authrsp_tmo == 0) { in emlxs_cmpl_auth_msg_dhchap_reply_issue()
[all …]
H A Demlxs_clock.c1454 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()
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.h336 uint32_t nlp_authrsp_tmo; /* Response timeout */ member