Home
last modified time | relevance | path

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

/Linux-v5.4/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.c2586 sc->sched.mgd_prepare_tx = true; in ath9k_mgd_prepare_tx()
2602 sc->sched.mgd_prepare_tx = false; in ath9k_mgd_prepare_tx()
2637 ath9k_ops.mgd_prepare_tx = ath9k_mgd_prepare_tx; in ath9k_fill_chanctx_ops()
Dath9k.h384 bool mgd_prepare_tx; member
/Linux-v5.4/drivers/net/wireless/realtek/rtw88/
Dmac80211.c530 .mgd_prepare_tx = rtw_ops_mgd_prepare_tx,
/Linux-v5.4/net/mac80211/
Ddriver-ops.h834 if (local->ops->mgd_prepare_tx) in drv_mgd_prepare_tx()
835 local->ops->mgd_prepare_tx(&local->hw, &sdata->vif, duration); in drv_mgd_prepare_tx()
/Linux-v5.4/include/net/
Dmac80211.h3961 void (*mgd_prepare_tx)(struct ieee80211_hw *hw, member
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac80211.c5029 .mgd_prepare_tx = iwl_mvm_mac_mgd_prepare_tx,