maxoffs_dt        937 drivers/scsi/sym53c8xx_2/sym_glue.c 					tp->tgoal.offset = np->maxoffs_dt;
maxoffs_dt        759 drivers/scsi/sym53c8xx_2/sym_hipd.c 			np->maxoffs_dt = nvram->type ? 62 : 31;
maxoffs_dt       1382 drivers/scsi/sym53c8xx_2/sym_hipd.c 		if (goal->offset > np->maxoffs_dt)
maxoffs_dt       1383 drivers/scsi/sym53c8xx_2/sym_hipd.c 			goal->offset = np->maxoffs_dt;
maxoffs_dt       4091 drivers/scsi/sym53c8xx_2/sym_hipd.c 		unsigned char maxoffs = dt ? np->maxoffs_dt : np->maxoffs;
maxoffs_dt        919 drivers/scsi/sym53c8xx_2/sym_hipd.h 	u_char	maxoffs_dt;	/* Max scsi offset        (DT)	*/