Home
last modified time | relevance | path

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

/mirbsd/src/sys/dev/pci/
Dncr.c689 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()
[all …]
Dncrstat.c1271 tip->usrsync, tip->usrwide, tip->usrtags); in dump_tip()