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

/linux-master/drivers/scsi/
H A Dncr53c8xx.c1220 /*3*/ u_char maxoffs; member in struct:tcb
1225 /*0*/ u_char maxoffs; member in struct:tcb
1676 u_char maxoffs; /* Max scsi offset */ member in struct:ncb
4051 tp->maxoffs ? tp->minsync : 0, tp->maxoffs);
5248 if (tp->maxoffs > np->maxoffs)
5249 tp->maxoffs = np->maxoffs;
5252 tp->maxoffs
[all...]
/linux-master/drivers/scsi/sym53c8xx_2/
H A Dsym_hipd.c1390 if (goal->offset > np->maxoffs)
1391 goal->offset = np->maxoffs;
3965 if (ofs > np->maxoffs)
3966 {chg = 1; ofs = np->maxoffs;}
4091 unsigned char maxoffs = dt ? np->maxoffs_dt : np->maxoffs; local
4092 if (ofs > maxoffs) {
4094 ofs = maxoffs;
4333 if (tp->tgoal.offset > np->maxoffs)
4334 tp->tgoal.offset = np->maxoffs;
[all...]
H A Dsym_hipd.h916 u_char maxoffs; /* Max scsi offset (ST) */ member in struct:sym_hcb
H A Dsym_glue.c988 tp->tgoal.offset = np->maxoffs;
1331 np->maxoffs = dev->chip.offset_max;
/linux-master/drivers/video/fbdev/sis/
H A Dsis_main.c3087 u32 maxoffs = ivideo->video_size - ivideo->hwcursor_size - ivideo->cmdQueueSize; local
3120 def = maxoffs - 0x8000;
3124 if((!ret) || (ret > maxoffs) || (ivideo->cardnumber != 0))

Completed in 177 milliseconds