Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c509 uint32_t drv_time; in emlxs_dhc_status() local
672 drv_time = DRV_TIME; in emlxs_dhc_status()
674 if (node_dhc->nlp_reauth_tmo > drv_time) { in emlxs_dhc_status()
676 node_dhc->nlp_reauth_tmo - drv_time; in emlxs_dhc_status()
7585 uint32_t drv_time; in emlxs_dhc_set_reauth_time() local
7597 drv_time = DRV_TIME; in emlxs_dhc_set_reauth_time()
7612 if ((reauth_tmo < drv_time) || in emlxs_dhc_set_reauth_time()
7613 (reauth_tmo > drv_time + timeout)) { in emlxs_dhc_set_reauth_time()
7614 reauth_tmo = drv_time + timeout; in emlxs_dhc_set_reauth_time()
7617 reauth_tmo = drv_time + timeout; in emlxs_dhc_set_reauth_time()
[all …]