Searched refs:maxoffs (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dncr53c8xx.c1231 /*3*/ u_char maxoffs; member in struct:tcb
1236 /*0*/ u_char maxoffs; member in struct:tcb
1688 u_char maxoffs; /* Max scsi offset */ member in struct:ncb
4056 tp->maxoffs ? tp->minsync : 0, tp->maxoffs);
5280 if (tp->maxoffs > np->maxoffs)
5281 tp->maxoffs = np->maxoffs;
5284 tp->maxoffs
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1376 if (goal->offset > np->maxoffs)
1377 goal->offset = np->maxoffs;
3922 if (ofs > np->maxoffs)
3923 {chg = 1; ofs = np->maxoffs;}
4048 unsigned char maxoffs = dt ? np->maxoffs_dt : np->maxoffs; local
4049 if (ofs > maxoffs) {
4051 ofs = maxoffs;
4287 if (tp->tgoal.offset > np->maxoffs)
4288 tp->tgoal.offset = np->maxoffs;
[all...]
H A Dsym_hipd.h921 u_char maxoffs; /* Max scsi offset (ST) */ member in struct:sym_hcb
H A Dsym_glue.c930 tp->tgoal.offset = np->maxoffs;
1350 np->maxoffs = dev->chip.offset_max;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/sis/
H A Dsis_main.c3086 u32 maxoffs = ivideo->video_size - ivideo->hwcursor_size - ivideo->cmdQueueSize; local
3119 def = maxoffs - 0x8000;
3122 if((!ret) || (ret > maxoffs) || (ivideo->cardnumber != 0))

Completed in 149 milliseconds