Lines Matching refs:maxoffs
1230 /*3*/ u_char maxoffs; member
1235 /*0*/ u_char maxoffs; member
1691 u_char maxoffs; /* Max scsi offset */ member
4088 tp->maxoffs ? tp->minsync : 0, tp->maxoffs); in ncr_prepare_nego()
5398 if (tp->maxoffs > np->maxoffs) in ncr_negotiate()
5399 tp->maxoffs = np->maxoffs; in ncr_negotiate()
5402 tp->maxoffs = (minsync<255 ? tp->maxoffs : 0); in ncr_negotiate()
6901 if (ofs > tp->maxoffs) in ncr_int_sir()
6902 {chg = 1; ofs = tp->maxoffs;} in ncr_int_sir()
8348 np->maxoffs = device->chip.offset_max;
8560 if (offset > np->maxoffs)
8561 offset = np->maxoffs;
8565 tp->maxoffs = offset;