Lines Matching refs:chanctx_conf
963 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_get_sdata_band() local
966 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_get_sdata_band()
967 if (!WARN_ON(!chanctx_conf)) in ieee80211_get_sdata_band()
968 band = chanctx_conf->def.chan->band; in ieee80211_get_sdata_band()
990 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_vif_get_shift() local
994 chanctx_conf = rcu_dereference(vif->chanctx_conf); in ieee80211_vif_get_shift()
995 if (chanctx_conf) in ieee80211_vif_get_shift()
996 shift = ieee80211_chandef_get_shift(&chanctx_conf->def); in ieee80211_vif_get_shift()
1793 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_tx_skb_tid() local
1796 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_tx_skb_tid()
1797 if (WARN_ON(!chanctx_conf)) { in ieee80211_tx_skb_tid()
1804 chanctx_conf->def.chan->band); in ieee80211_tx_skb_tid()