Searched refs:maxoffset (Results 1 – 3 of 3) sorted by relevance
531 int sync, maxoffset, offset, i; local536 maxoffset = (sc->maxoff > 31) ? 31 : sc->maxoff;547 if (offset > maxoffset || sync < sc->st_minsync ||597 if (offset > maxoffset)598 offset = maxoffset;
1810 u_int maxoffset; in ahc_validate_offset() local1814 maxoffset = 0; in ahc_validate_offset()1816 maxoffset = MAX_OFFSET_ULTRA2; in ahc_validate_offset()1819 maxoffset = MAX_OFFSET_16BIT; in ahc_validate_offset()1821 maxoffset = MAX_OFFSET_8BIT; in ahc_validate_offset()1823 *offset = MIN(*offset, maxoffset); in ahc_validate_offset()
524 u_int8_t maxoffset; member