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

  /src/sys/dev/marvell/
if_gfe.c 1135 unsigned int tickflags; local in function:gfe_tick
1142 tickflags = sc->sc_tickflags;
1145 if (tickflags & GE_TICK_TX_IFSTART)
1147 if (tickflags & GE_TICK_RX_RESTART) {
if_gfe.c 1135 unsigned int tickflags; local in function:gfe_tick
1142 tickflags = sc->sc_tickflags;
1145 if (tickflags & GE_TICK_TX_IFSTART)
1147 if (tickflags & GE_TICK_RX_RESTART) {

Completed in 45 milliseconds