Searched refs:mgd_prepare_tx (Results 1 – 10 of 10) sorted by relevance
558 if (sc->sched.mgd_prepare_tx) in ath_chanctx_event()610 if (sc->sched.mgd_prepare_tx) { in ath_chanctx_event()643 if (sc->sched.mgd_prepare_tx) { in ath_chanctx_event()644 sc->sched.mgd_prepare_tx = false; in ath_chanctx_event()
2699 sc->sched.mgd_prepare_tx = true; in ath9k_mgd_prepare_tx()2715 sc->sched.mgd_prepare_tx = false; in ath9k_mgd_prepare_tx()2750 ath9k_ops.mgd_prepare_tx = ath9k_mgd_prepare_tx; in ath9k_fill_chanctx_ops()
386 bool mgd_prepare_tx; member
861 if (local->ops->mgd_prepare_tx) in drv_mgd_prepare_tx()862 local->ops->mgd_prepare_tx(&local->hw, &sdata->vif, info); in drv_mgd_prepare_tx()
670 ops->mgd_prepare_tx = NULL; in mt792x_get_mac80211_ops()
951 .mgd_prepare_tx = rtw_ops_mgd_prepare_tx,
1153 .mgd_prepare_tx = iwl_mvm_mac_mgd_prepare_tx,
6223 .mgd_prepare_tx = iwl_mvm_mac_mgd_prepare_tx,
1372 .mgd_prepare_tx = mt7921_mgd_prepare_tx,
4501 void (*mgd_prepare_tx)(struct ieee80211_hw *hw, member