Searched refs:mgd_prepare_tx (Results 1 – 4 of 4) sorted by relevance
537 if (sc->sched.mgd_prepare_tx) in ath_chanctx_event()589 if (sc->sched.mgd_prepare_tx) { in ath_chanctx_event()622 if (sc->sched.mgd_prepare_tx) { in ath_chanctx_event()623 sc->sched.mgd_prepare_tx = false; in ath_chanctx_event()
2642 sc->sched.mgd_prepare_tx = true; in ath9k_mgd_prepare_tx()2658 sc->sched.mgd_prepare_tx = false; in ath9k_mgd_prepare_tx()2693 ath9k_ops.mgd_prepare_tx = ath9k_mgd_prepare_tx; in ath9k_fill_chanctx_ops()
382 bool mgd_prepare_tx; member
4262 .mgd_prepare_tx = iwl_mvm_mac_mgd_prepare_tx,