Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wireless/ath/ath9k/
Dchannel.c558 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()
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()
Dath9k.h387 bool mgd_prepare_tx; member
/linux-6.12.1/net/mac80211/
Ddriver-ops.h939 if (local->ops->mgd_prepare_tx) in drv_mgd_prepare_tx()
940 local->ops->mgd_prepare_tx(&local->hw, &sdata->vif, info); in drv_mgd_prepare_tx()
/linux-6.12.1/drivers/net/wireless/realtek/rtw88/
Dmac80211.c966 .mgd_prepare_tx = rtw_ops_mgd_prepare_tx,
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/
Dmt792x_core.c737 ops->mgd_prepare_tx = NULL; in mt792x_get_mac80211_ops()
/linux-6.12.1/drivers/net/wireless/intel/iwlwifi/mvm/
Dmld-mac80211.c1418 .mgd_prepare_tx = iwl_mvm_mac_mgd_prepare_tx,
Dmac80211.c6575 .mgd_prepare_tx = iwl_mvm_mac_mgd_prepare_tx,
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7921/
Dmain.c1451 .mgd_prepare_tx = mt7921_mgd_prepare_tx,
/linux-6.12.1/drivers/net/wireless/mediatek/mt76/mt7925/
Dmain.c2150 .mgd_prepare_tx = mt7925_mgd_prepare_tx,
/linux-6.12.1/include/net/
Dmac80211.h4678 void (*mgd_prepare_tx)(struct ieee80211_hw *hw, member