Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/sym53c8xx_2/
Dsym_misc.c253 if (tp->tinfo.goal.offset > np->maxoffs_dt) in sym_update_trans_settings()
254 tp->tinfo.goal.offset = np->maxoffs_dt; in sym_update_trans_settings()
Dsym_hipd.h1026 u_char maxoffs_dt; /* Max scsi offset (DT) */ member
Dsym_hipd.c831 np->maxoffs_dt = nvram->type ? 62 : 31;
1028 tp->tinfo.user.offset = np->maxoffs_dt;
4132 if (ofs > np->maxoffs_dt)
4133 {chg = 1; ofs = np->maxoffs_dt;}
Dsym_glue.c1488 tp->tinfo.goal.offset = np->maxoffs_dt; in sym_exec_user_command()