Lines Matching refs:chanctx_conf
968 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_get_sdata_band() local
971 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_get_sdata_band()
972 if (!WARN_ON(!chanctx_conf)) in ieee80211_get_sdata_band()
973 band = chanctx_conf->def.chan->band; in ieee80211_get_sdata_band()
995 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_vif_get_shift() local
999 chanctx_conf = rcu_dereference(vif->chanctx_conf); in ieee80211_vif_get_shift()
1000 if (chanctx_conf) in ieee80211_vif_get_shift()
1001 shift = ieee80211_chandef_get_shift(&chanctx_conf->def); in ieee80211_vif_get_shift()
1798 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_tx_skb_tid() local
1801 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_tx_skb_tid()
1802 if (WARN_ON(!chanctx_conf)) { in ieee80211_tx_skb_tid()
1809 chanctx_conf->def.chan->band); in ieee80211_tx_skb_tid()