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

  /src/sys/arch/sgimips/hpc/
pi1ppcvar.h 201 uint8_t sc_rthr; /* readIntrThreshold */ member in struct:pi1ppc_softc
  /src/sys/dev/ic/
atppcvar.h 221 u_int8_t sc_rthr; /* readIntrThreshold */ member in struct:atppc_softc
atppc.c 167 lsc->sc_rthr);
524 for (i = atppc->sc_rthr = atppc->sc_fifo = 0; i < 1024; i++) {
529 if ((atppc->sc_rthr == 0) && (cc & ATPPC_SERVICE_INTR)) {
531 atppc->sc_rthr = i + 1;
1851 /* Transfer sc_rthr bytes */
1852 worklen = atppc->sc_rthr;

Completed in 13 milliseconds