Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/scsi/sym53c8xx_2/
Dsym_hipd.h919 u_char maxoffs_dt; /* Max scsi offset (DT) */ member
Dsym_hipd.c759 np->maxoffs_dt = nvram->type ? 62 : 31;
1382 if (goal->offset > np->maxoffs_dt)
1383 goal->offset = np->maxoffs_dt;
4091 unsigned char maxoffs = dt ? np->maxoffs_dt : np->maxoffs;
Dsym_glue.c928 tp->tgoal.offset = np->maxoffs_dt; in sym_exec_user_command()