Searched refs:usrsync (Results 1 – 1 of 1) sorted by relevance
3341 u_int8_t usrsync; local3610 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;