Home
last modified time | relevance | path

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

/linux/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.c2716 sc->sched.mgd_prepare_tx = true; in ath9k_mgd_prepare_tx()
2732 sc->sched.mgd_prepare_tx = false; in ath9k_mgd_prepare_tx()
2767 ath9k_ops.mgd_prepare_tx = ath9k_mgd_prepare_tx; in ath9k_fill_chanctx_ops()
/linux/drivers/net/wireless/realtek/rtw88/
H A Dmac80211.c973 .mgd_prepare_tx = rtw_ops_mgd_prepare_tx,
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dmac80211.c2801 .mgd_prepare_tx = iwl_mld_mac80211_mgd_prepare_tx,
/linux/include/net/
H A Dmac80211.h4927 void (*mgd_prepare_tx)(struct ieee80211_hw *hw, member