Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dhchap.c434 port_dhc->auth_time = DRV_TIME; in emlxs_dhc_state()
436 node_dhc->parent_auth_cfg->auth_time = DRV_TIME; in emlxs_dhc_state()
672 drv_time = DRV_TIME; in emlxs_dhc_status()
1955 node_dhc->nlp_authrsp_tmo = DRV_TIME + in emlxs_cmpl_auth_msg_auth_negotiate_issue()
3158 node_dhc->nlp_authrsp_tmo = DRV_TIME + in emlxs_cmpl_auth_msg_dhchap_reply_issue()
3646 node_dhc->nlp_authrsp_tmo = DRV_TIME + in emlxs_cmpl_auth_msg_dhchap_challenge_issue()
4033 node_dhc->nlp_authrsp_tmo = DRV_TIME + in emlxs_cmpl_auth_msg_dhchap_success_issue()
7139 node_dhc->nlp_authrsp_tmo = DRV_TIME + in emlxs_dhc_auth_start()
7597 drv_time = DRV_TIME; in emlxs_dhc_set_reauth_time()
9710 fcsp_status->time_from_last_auth = DRV_TIME - auth_time; in emlxs_dhc_get_auth_status()
H A Demlxs_clock.c109 hba->timer_tics = DRV_TIME; in emlxs_timer()
H A Demlxs_mbox.c3011 hba->mbox_timer = DRV_TIME + tmo; in emlxs_mb_init()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h2193 #define DRV_TIME (uint32_t)(ddi_get_time() - emlxs_device.drv_timestamp) macro