Home
last modified time | relevance | path

Searched refs:sc_kickpcu (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ath/
H A Dif_ath_rx.c1097 kickpcu = sc->sc_kickpcu; in ath_rx_proc()
1269 sc->sc_kickpcu = 0; in ath_rx_proc()
H A Dif_ath.c2260 if (! sc->sc_kickpcu) in ath_intr()
2262 sc->sc_kickpcu = 1; in ath_intr()
2333 if (sc->sc_kickpcu == 0) in ath_intr()
H A Dif_athvar.h710 uint32_t sc_kickpcu; /* whether to kick the PCU */ member