Lines Matching refs:chanctx_conf
1177 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_vif_get_shift() local
1181 chanctx_conf = rcu_dereference(vif->bss_conf.chanctx_conf); in ieee80211_vif_get_shift()
1182 if (chanctx_conf) in ieee80211_vif_get_shift()
1183 shift = ieee80211_chandef_get_shift(&chanctx_conf->def); in ieee80211_vif_get_shift()
1621 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_get_sband() local
1627 chanctx_conf = rcu_dereference(sdata->vif.bss_conf.chanctx_conf); in ieee80211_get_sband()
1629 if (!chanctx_conf) { in ieee80211_get_sband()
1634 band = chanctx_conf->def.chan->band; in ieee80211_get_sband()
1644 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_get_link_sband() local
1648 chanctx_conf = rcu_dereference(link->conf->chanctx_conf); in ieee80211_get_link_sband()
1649 if (!chanctx_conf) { in ieee80211_get_link_sband()
1654 band = chanctx_conf->def.chan->band; in ieee80211_get_link_sband()