[go: nahoru, domu]

Searched defs:minsync (Results 1 - 3 of 3) sorted by relevance

/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c744 if (period <= 250) np->minsync = 10;
745 else if (period <= 303) np->minsync = 11;
746 else if (period <= 500) np->minsync = 12;
747 else np->minsync = (period + 40 - 1) / 40;
752 if (np->minsync < 25 &&
754 np->minsync = 25;
755 else if (np->minsync < 12 &&
757 np->minsync = 12;
1405 if (goal->period < np->minsync)
1406 goal->period = np->minsync;
4112 unsigned char minsync = dt ? np->minsync_dt : np->minsync; local
[all...]
H A Dsym_hipd.h927 u_char minsync; /* Min sync period factor (ST) */ member in struct:sym_hcb
/drivers/scsi/
H A Dncr53c8xx.c1226 /*3*/ u_char minsync; member in struct:tcb
1232 /*0*/ u_char minsync; member in struct:tcb
1689 u_char minsync; /* Minimum sync period factor */ member in struct:ncb
3815 if (period <= 250) np->minsync = 10;
3816 else if (period <= 303) np->minsync = 11;
3817 else if (period <= 500) np->minsync = 12;
3818 else np->minsync = (period + 40 - 1) / 40;
3824 if (np->minsync < 25 && !(np->features & FE_ULTRA))
3825 np->minsync = 25;
3988 np->minsync < 1
5374 u_long minsync = tp->usrsync; local
[all...]

Completed in 108 milliseconds