Searched refs:minsync_dt (Results 1 – 1 of 1) sorted by relevance
1609 u_char minsync_dt; /* Min sync period factor (DT) */ member2556 np->minsync_dt = 9; in sym_prepare_setting()2735 tp->tinfo.user.period = np->minsync_dt; in sym_prepare_setting()5764 if (per < np->minsync_dt) in sym_ppr_nego()5765 {chg = 1; per = np->minsync_dt;} in sym_ppr_nego()8202 if (tip->period < np->minsync_dt)8203 tip->period = np->minsync_dt;