Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/ncr/
H A Dncr.c3341 u_int8_t usrsync; local
3610 usrsync = 0;
3612 usrsync = SCSI_NCR_DFLT_SYNC;
3613 if (usrsync > np->maxsync)
3614 usrsync = np->maxsync;
3615 if (usrsync < np->minsync)
3616 usrsync = np->minsync;
3625 tp->tinfo.user.period = usrsync;
3626 tp->tinfo.user.offset = usrsync != 0 ? np->maxoffs : 0;