Home
last modified time | relevance | path

Searched refs:mgd_prepare_tx (Results 1 – 12 of 12) sorted by relevance

/linux-6.15/drivers/net/wireless/ath/ath9k/
H A Dchannel.c553 if (sc->sched.mgd_prepare_tx) in ath_chanctx_event()
605 if (sc->sched.mgd_prepare_tx) { in ath_chanctx_event()
638 if (sc->sched.mgd_prepare_tx) { in ath_chanctx_event()
639 sc->sched.mgd_prepare_tx = false; in ath_chanctx_event()
H A Dmain.c2713 sc->sched.mgd_prepare_tx = true; in ath9k_mgd_prepare_tx()
2729 sc->sched.mgd_prepare_tx = false; in ath9k_mgd_prepare_tx()
2764 ath9k_ops.mgd_prepare_tx = ath9k_mgd_prepare_tx; in ath9k_fill_chanctx_ops()
H A Dath9k.h386 bool mgd_prepare_tx; member
/linux-6.15/net/mac80211/
H A Ddriver-ops.h942 if (local->ops->mgd_prepare_tx) in drv_mgd_prepare_tx()
943 local->ops->mgd_prepare_tx(&local->hw, &sdata->vif, info); in drv_mgd_prepare_tx()
/linux-6.15/drivers/net/wireless/mediatek/mt76/
H A Dmt792x_core.c758 ops->mgd_prepare_tx = NULL; in mt792x_get_mac80211_ops()
/linux-6.15/drivers/net/wireless/realtek/rtw88/
H A Dmac80211.c968 .mgd_prepare_tx = rtw_ops_mgd_prepare_tx,
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmld-mac80211.c1367 .mgd_prepare_tx = iwl_mvm_mac_mgd_prepare_tx,
H A Dmac80211.c6611 .mgd_prepare_tx = iwl_mvm_mac_mgd_prepare_tx,
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7921/
H A Dmain.c1569 .mgd_prepare_tx = mt7921_mgd_prepare_tx,
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmac80211.c2630 .mgd_prepare_tx = iwl_mld_mac80211_mgd_prepare_tx,
/linux-6.15/include/net/
H A Dmac80211.h4717 void (*mgd_prepare_tx)(struct ieee80211_hw *hw, member
/linux-6.15/drivers/net/wireless/mediatek/mt76/mt7925/
H A Dmain.c2252 .mgd_prepare_tx = mt7925_mgd_prepare_tx,