Home
last modified time | relevance | path

Searched refs:sc_inreset_cnt (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath/
H A Dif_ath.c2070 if (sc->sc_inreset_cnt) {
2823 if (sc->sc_inreset_cnt == 0) {
2837 tsleep(&sc->sc_inreset_cnt, 0,
2851 sc->sc_inreset_cnt++;
3005 sc->sc_inreset_cnt--;
3262 if (sc->sc_inreset_cnt > 0) {
4702 if (sc->sc_inreset_cnt > 0) {
5348 sc->sc_inreset_cnt--;
5381 if (sc->sc_inreset_cnt)
H A Dif_ath_rx_edma.c598 if (sc->sc_inreset_cnt > 0) { in ath_edma_recv_tasklet()
H A Dif_ath_rx.c1263 if (sc->sc_inreset_cnt > 0) { in ath_legacy_rx_tasklet()
H A Dif_athvar.h739 uint32_t sc_inreset_cnt; /* In active reset/chanchange */ member
H A Dif_ath_tx.c2361 if (sc->sc_inreset_cnt > 0) { in ath_raw_xmit()