Searched refs:SC_OP_INVALID (Results 1 – 3 of 3) sorted by relevance
891 if (sc->sc_flags & SC_OP_INVALID) in arn_set_channel()1111 if (sc->sc_flags & SC_OP_INVALID) { in arn_isr()1450 if (sc->sc_flags & SC_OP_INVALID) in arn_newstate()1653 if (sc->sc_flags & SC_OP_INVALID) { in arn_watchdog()2229 if (!(sc->sc_flags & SC_OP_INVALID)) { in arn_close()2333 sc->sc_flags &= ~SC_OP_INVALID; in arn_m_start()2353 sc->sc_flags |= SC_OP_INVALID; in arn_m_stop()2482 if (!(sc->sc_flags & SC_OP_INVALID)) { in arn_m_ioctl()2508 if (!(sc->sc_flags & SC_OP_INVALID)) { in arn_m_setprop()2831 if (!(sc->sc_flags & SC_OP_INVALID)) in arn_resume()[all …]
1548 if (!(sc->sc_flags & SC_OP_INVALID)) { in arn_drain_txdataq()1728 if (!(sc->sc_flags & SC_OP_INVALID)) { in arn_draintxq()2106 if (sc->sc_flags & SC_OP_INVALID) { in arn_tx()
808 #define SC_OP_INVALID BIT(0) macro