HomeSort by: relevance | last modified time | path
    Searched defs:totstat (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
dp83932.c 633 uint16_t status, totstat = 0; local in function:sonic_txintr
658 totstat |= status;
693 if (totstat != 0)
694 rnd_add_uint32(&sc->sc_rndsource, totstat);
696 return totstat;

Completed in 13 milliseconds