Home
last modified time | relevance | path

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

/linux/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;
H A Dsym_hipd.h916 u_char maxoffs; /* Max scsi offset (ST) */ member