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