Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_node.c82 ndlp->nlp_tics[channelno] = hba->timer_tics + timeout; in emlxs_node_close()
91 ndlp->nlp_tics[channelno] = hba->timer_tics + timeout; in emlxs_node_close()
108 ndlp->nlp_tics[channelno] = hba->timer_tics + timeout; in emlxs_node_close()
116 ndlp->nlp_tics[channelno] = hba->timer_tics + timeout; in emlxs_node_close()
205 ndlp->nlp_tics[channelno] = 0; in emlxs_node_timeout()
256 ndlp->nlp_tics[channelno] = 0; in emlxs_node_open()
H A Demlxs_clock.c711 if (nlp->nlp_tics[channelno] && in emlxs_timer_check_nodes()
713 nlp->nlp_tics[channelno])) { in emlxs_timer_check_nodes()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_fc.h450 uint32_t nlp_tics[MAX_CHANNEL]; /* gate timeout */ member