Home
last modified time | relevance | path

Searched refs:GE_RXACTIVE (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/sys/dev/marvell/
Dif_gfevar.h147 #define GE_RXACTIVE 0x0004 macro
Dif_gfe.c1052 if ((sc->sc_flags & GE_RXACTIVE) == 0) { in gfe_rx_prime()
1061 if ((sc->sc_flags & GE_RXACTIVE) == 0) { in gfe_rx_prime()
1071 if ((sc->sc_flags & GE_RXACTIVE) == 0) { in gfe_rx_prime()
1081 if ((sc->sc_flags & GE_RXACTIVE) == 0) { in gfe_rx_prime()
1115 sc->sc_flags &= ~GE_RXACTIVE; in gfe_rx_stop()
1705 sc->sc_flags |= GE_RXACTIVE; in gfe_whack()