Lines Matching refs:chanctx_conf
1064 struct ieee80211_chanctx_conf *chanctx_conf;
1068 chanctx_conf = rcu_dereference(vif->chanctx_conf);
1069 if (chanctx_conf)
1070 shift = ieee80211_chandef_get_shift(&chanctx_conf->def);
1467 struct ieee80211_chanctx_conf *chanctx_conf;
1471 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf);
1473 if (!chanctx_conf) {
1478 band = chanctx_conf->def.chan->band;
2029 struct ieee80211_chanctx_conf *chanctx_conf;
2032 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf);
2033 if (WARN_ON(!chanctx_conf)) {
2040 chanctx_conf->def.chan->band);