Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/wireless/ath/ath9k/
Dahb.c111 sc->sc_flags |= SC_OP_INVALID; in ath_ahb_probe()
Dmain.c233 if (sc->sc_flags & SC_OP_INVALID) in ath_set_channel()
724 if (sc->sc_flags & SC_OP_INVALID) in ath_isr()
1119 sc->sc_flags &= ~SC_OP_INVALID; in ath9k_start()
1228 if (sc->sc_flags & SC_OP_INVALID) { in ath9k_stop()
1252 if (!(sc->sc_flags & SC_OP_INVALID)) { in ath9k_stop()
1281 sc->sc_flags |= SC_OP_INVALID; in ath9k_stop()
2154 if (sc->sc_flags & SC_OP_INVALID) { in ath9k_flush()
Dpci.c216 sc->sc_flags |= SC_OP_INVALID; in ath_pci_probe()
Dath9k.h538 #define SC_OP_INVALID BIT(0) macro
Dxmit.c1194 if (sc->sc_flags & SC_OP_INVALID) in ath_drain_all_txq()