Searched refs:minsync_dt (Results 1 – 1 of 1) sorted by relevance
1602 u_char minsync_dt; /* Min sync period factor (DT) */ member2548 np->minsync_dt = 9; in sym_prepare_setting()2724 tp->tinfo.user.period = np->minsync_dt; in sym_prepare_setting()5753 if (per < np->minsync_dt) in sym_ppr_nego()5754 {chg = 1; per = np->minsync_dt;} in sym_ppr_nego()8184 if (tip->period < np->minsync_dt)8185 tip->period = np->minsync_dt;