HomeSort by: relevance | last modified time | path
    Searched refs:st_maxsync (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/ic/
siopvar_common.h 138 int st_maxsync; /* as sent in or PPR messages */ member in struct:siop_common_softc
siop_common.c 131 sc->st_maxsync = 0;
138 if (sc->st_maxsync < scf_period[i].period)
139 sc->st_maxsync = scf_period[i].period;
143 if (sc->st_maxsync == 255 || sc->st_minsync == 0)
544 sync > sc->st_maxsync)
589 if (offset == 0 || sync > sc->st_maxsync) { /* async */

Completed in 14 milliseconds