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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Dncr53c8xx.c1254 /*3*/ u_char maxoffs; member in struct:tcb
1259 /*0*/ u_char maxoffs; member in struct:tcb
1711 u_char maxoffs; /* Max scsi offset */ member in struct:ncb
4079 tp->maxoffs ? tp->minsync : 0, tp->maxoffs);
5302 if (tp->maxoffs > np->maxoffs)
5303 tp->maxoffs = np->maxoffs;
5306 tp->maxoffs
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1372 if (goal->offset > np->maxoffs)
1373 goal->offset = np->maxoffs;
3856 if (ofs > np->maxoffs)
3857 {chg = 1; ofs = np->maxoffs;}
3982 unsigned char maxoffs = dt ? np->maxoffs_dt : np->maxoffs; local
3983 if (ofs > maxoffs) {
3985 ofs = maxoffs;
4221 if (tp->tgoal.offset > np->maxoffs)
4222 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.c1050 tp->tgoal.offset = np->maxoffs;
1483 np->maxoffs = dev->chip.offset_max;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/sis/
H A Dsis_main.c3097 u32 maxoffs = ivideo->video_size - ivideo->hwcursor_size - ivideo->cmdQueueSize; local
3130 def = maxoffs - 0x8000;
3133 if((!ret) || (ret > maxoffs) || (ivideo->cardnumber != 0))

Completed in 112 milliseconds