Searched refs:mgd_prepare_tx (Results 1 – 5 of 5) sorted by relevance
553 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()
2716 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()
386 bool mgd_prepare_tx; member
969 if (local->ops->mgd_prepare_tx) in drv_mgd_prepare_tx()970 local->ops->mgd_prepare_tx(&local->hw, &sdata->vif, info); in drv_mgd_prepare_tx()
973 .mgd_prepare_tx = rtw_ops_mgd_prepare_tx,