Lines Matching refs:maxoffs
1218 /*3*/ u_char maxoffs; member
1223 /*0*/ u_char maxoffs; member
1679 u_char maxoffs; /* Max scsi offset */ member
4079 tp->maxoffs ? tp->minsync : 0, tp->maxoffs); in ncr_prepare_nego()
5389 if (tp->maxoffs > np->maxoffs) in ncr_negotiate()
5390 tp->maxoffs = np->maxoffs; in ncr_negotiate()
5393 tp->maxoffs = (minsync<255 ? tp->maxoffs : 0); in ncr_negotiate()
6893 if (ofs > tp->maxoffs) in ncr_int_sir()
6894 {chg = 1; ofs = tp->maxoffs;} in ncr_int_sir()
8339 np->maxoffs = device->chip.offset_max;
8549 if (offset > np->maxoffs)
8550 offset = np->maxoffs;
8554 tp->maxoffs = offset;