Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath9k/
H A 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()
H A Dmain.c2701 sc->sched.mgd_prepare_tx = true; in ath9k_mgd_prepare_tx()
2717 sc->sched.mgd_prepare_tx = false; in ath9k_mgd_prepare_tx()
2752 ath9k_ops.mgd_prepare_tx = ath9k_mgd_prepare_tx; in ath9k_fill_chanctx_ops()
H A Dath9k.h385 bool mgd_prepare_tx; member
/OK3568_Linux_fs/kernel/net/mac80211/
H A Ddriver-ops.h833 if (local->ops->mgd_prepare_tx) in drv_mgd_prepare_tx()
834 local->ops->mgd_prepare_tx(&local->hw, &sdata->vif, duration); in drv_mgd_prepare_tx()
/OK3568_Linux_fs/kernel/drivers/net/wireless/realtek/rtw88/
H A Dmac80211.c819 .mgd_prepare_tx = rtw_ops_mgd_prepare_tx,
/OK3568_Linux_fs/kernel/include/net/
H A Dmac80211.h4103 void (*mgd_prepare_tx)(struct ieee80211_hw *hw, member
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dmac80211.c5302 .mgd_prepare_tx = iwl_mvm_mac_mgd_prepare_tx,