Lines Matching refs:usrsync
689 u_char usrsync; member
4968 tp->usrsync=255; in ncr_complete()
5217 u_long usrsync; in ncr_init() local
5295 usrsync = 255; in ncr_init()
5297 usrsync = SCSI_NCR_DFLT_SYNC; in ncr_init()
5298 if (usrsync > np->maxsync) in ncr_init()
5299 usrsync = np->maxsync; in ncr_init()
5300 if (usrsync < np->minsync) in ncr_init()
5301 usrsync = np->minsync; in ncr_init()
5328 tp->usrsync = usrsync; in ncr_init()
5362 u_long minsync = tp->usrsync; in ncr_negotiate()
5701 tp->usrsync = np->user.data; in ncr_usercmd()