Lines Matching refs:chanctx_conf
1044 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_vif_get_shift() local
1048 chanctx_conf = rcu_dereference(vif->chanctx_conf); in ieee80211_vif_get_shift()
1049 if (chanctx_conf) in ieee80211_vif_get_shift()
1050 shift = ieee80211_chandef_get_shift(&chanctx_conf->def); in ieee80211_vif_get_shift()
1447 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_get_sband() local
1451 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_get_sband()
1453 if (!chanctx_conf) { in ieee80211_get_sband()
1458 band = chanctx_conf->def.chan->band; in ieee80211_get_sband()
2009 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_tx_skb_tid() local
2012 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_tx_skb_tid()
2013 if (WARN_ON(!chanctx_conf)) { in ieee80211_tx_skb_tid()
2020 chanctx_conf->def.chan->band); in ieee80211_tx_skb_tid()