Home
last modified time | relevance | path

Searched refs:maxsync (Results 1 – 2 of 2) sorted by relevance

/dragonfly/sys/dev/disk/ncr/
H A Dncr.c1036 u_char maxsync; /* Maximum sync period factor */ member
3515 np->maxsync = period > 2540 ? 254 : period / 10;
3639 if (usrsync > np->maxsync)
3640 usrsync = np->maxsync;
3665 ncr_name(np), np->minsync, np->maxsync, np->maxoffs,
/dragonfly/sys/dev/disk/sym/
H A Dsym_hipd.c1617 u_char maxsync; /* Max sync period factor (ST) */ member
2570 np->maxsync = period > 2540 ? 254 : period / 10; in sym_prepare_setting()
8310 if (tip->period > np->maxsync)
8311 tip->period = np->maxsync;