Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/stge/
HDif_stgereg.h382 #define MC_RxEnabled (1U << 29) macro
HDif_stge.c2199 if ((v & MC_RxEnabled) != 0) in stge_start_rx()
2207 if ((v & MC_RxEnabled) != 0) in stge_start_rx()
2242 if ((v & MC_RxEnabled) == 0) in stge_stop_rx()
2249 if ((v & MC_RxEnabled) == 0) in stge_stop_rx()