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

  /src/sys/dev/ic/
gemvar.h 236 #define GEM_COUNTER_INCR(sc, ctr) ((void) (sc->ctr.ev_count++))
238 #define GEM_COUNTER_INCR(sc, ctr) ((void) sc)
gem.c 1833 GEM_COUNTER_INCR(sc, sc_ev_rxnobuf);
1942 GEM_COUNTER_INCR(sc, sc_ev_rxfull);
1954 GEM_COUNTER_INCR(sc, sc_ev_rxhist[progress]);
1957 GEM_COUNTER_INCR(sc, sc_ev_rxhist[5]);
1959 GEM_COUNTER_INCR(sc, sc_ev_rxhist[6]);
1963 GEM_COUNTER_INCR(sc, sc_ev_rxhist[7]);
1965 GEM_COUNTER_INCR(sc, sc_ev_rxhist[8]);
2187 GEM_COUNTER_INCR(sc, sc_ev_txint);
2192 GEM_COUNTER_INCR(sc, sc_ev_rxint);
2217 GEM_COUNTER_INCR(sc, sc_ev_rxoverflow)
    [all...]

Completed in 13 milliseconds