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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c7587 uint32_t reauth_tmo; local
7609 reauth_tmo = last_auth_time + timeout;
7611 /* Validate reauth_tmo */
7612 if ((reauth_tmo < drv_time) ||
7613 (reauth_tmo > drv_time + timeout)) {
7614 reauth_tmo = drv_time + timeout;
7617 reauth_tmo = drv_time + timeout;
7620 node_dhc->nlp_reauth_tmo = reauth_tmo;
7628 (reauth_tmo - drv_time));

Completed in 96 milliseconds