Searched refs:maxoffs (Results 1 – 2 of 2) sorted by relevance
1037 u_char maxoffs; /* Max scsi offset */ member3196 unsigned char maxoffs; member3439 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;
1618 u_char maxoffs; /* Max scsi offset (ST) */ member2754 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 …]