Searched refs:minsync_dt (Results 1 – 1 of 1) sorted by relevance
1613 u_char minsync_dt; /* Min sync period factor (DT) */ member2560 np->minsync_dt = 9; in sym_prepare_setting()2739 tp->tinfo.user.period = np->minsync_dt; in sym_prepare_setting()5768 if (per < np->minsync_dt) in sym_ppr_nego()5769 {chg = 1; per = np->minsync_dt;} in sym_ppr_nego()8201 if (tip->period < np->minsync_dt)8202 tip->period = np->minsync_dt;