Home
last modified time | relevance | path

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

/dragonfly/sys/dev/disk/ncr/
HDncr.c1037 u_char maxoffs; /* Max scsi offset */ member
3196 unsigned char maxoffs; member
3439 np->maxoffs = ncr_chip_table[i].maxoffs;
3444 np->maxoffs = 8;
3652 tp->tinfo.user.offset = usrsync != 0 ? np->maxoffs : 0;
3665 ncr_name(np), np->minsync, np->maxsync, np->maxoffs,
4248 if (spi->sync_offset > np->maxoffs)
4249 spi->sync_offset = np->maxoffs;
/dragonfly/sys/dev/disk/sym/
HDsym_hipd.c1618 u_char maxoffs; /* Max scsi offset (ST) */ member
2754 tp->tinfo.user.offset = np->maxoffs; in sym_prepare_setting()
5661 if (ofs > np->maxoffs) in sym_sync_nego()
5662 {chg = 1; ofs = np->maxoffs;} in sym_sync_nego()
5782 else if (ofs > np->maxoffs) in sym_ppr_nego()
5783 {chg = 1; ofs = np->maxoffs;} in sym_ppr_nego()
5993 if (tp->tinfo.goal.offset > np->maxoffs) in sym_nego_default()
5994 tp->tinfo.goal.offset = np->maxoffs; in sym_nego_default()
8312 if (tip->offset > np->maxoffs)
8313 tip->offset = np->maxoffs;
[all …]