Home
last modified time | relevance | path

Searched refs:maxoffs_dt (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/scsi/sym53c8xx_2/
Dsym_hipd.h932 u_char maxoffs_dt; /* Max scsi offset (DT) */ member
Dsym_hipd.c772 np->maxoffs_dt = nvram->type ? 62 : 31;
1395 if (goal->offset > np->maxoffs_dt)
1396 goal->offset = np->maxoffs_dt;
4104 unsigned char maxoffs = dt ? np->maxoffs_dt : np->maxoffs;
Dsym_glue.c952 tp->tgoal.offset = np->maxoffs_dt; in sym_exec_user_command()