Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c887 target->tg_rtt_sd = 0; in incoming_echo_reply()
1263 int64_t sv = tg->tg_rtt_sd; in pi_set_crtt()
1301 &tg->tg_rtt_sd, tg->tg_deferred[i])); in pi_set_crtt()
1319 tg->tg_rtt_sd = sv; in pi_set_crtt()
2034 tg->tg_rtt_sd = 0; in reset_crtt_all()
2043 tg->tg_rtt_sd = 0; in reset_crtt_all()
2091 cur_tg->tg_rtt_sd = 0; in phyint_inst_probe_failure_state()
H A Dmpd_tables.h338 int64_t tg_rtt_sd; /* Scaled RTT deviation (in ns) */ member
H A Dmpd_tables.c2591 tg->tg_status, tg->tg_rtt_sa, tg->tg_rtt_sd, in target_print()
2975 rttdev = (tg != NULL) ? (tg->tg_rtt_sd / 4) : 0; in probe_state_event()