Searched refs:drv_time (Results 1 – 1 of 1) sorted by relevance
509 uint32_t drv_time; in emlxs_dhc_status() local672 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() local7597 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 …]