Lines Matching refs:maxoffs
1220 /*3*/ u_char maxoffs; member
1225 /*0*/ u_char maxoffs; member
1676 u_char maxoffs; /* Max scsi offset */ member
4051 tp->maxoffs ? tp->minsync : 0, tp->maxoffs); in ncr_prepare_nego()
5248 if (tp->maxoffs > np->maxoffs) in ncr_negotiate()
5249 tp->maxoffs = np->maxoffs; in ncr_negotiate()
5252 tp->maxoffs = (minsync<255 ? tp->maxoffs : 0); in ncr_negotiate()
6727 if (ofs > tp->maxoffs) in ncr_int_sir()
6728 {chg = 1; ofs = tp->maxoffs;} in ncr_int_sir()
8134 np->maxoffs = device->chip.offset_max;
8344 if (offset > np->maxoffs)
8345 offset = np->maxoffs;
8349 tp->maxoffs = offset;