Lines Matching refs:chanctx_conf
393 struct ieee80211_chanctx_conf *chanctx_conf;
401 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf);
402 if (WARN_ON(!chanctx_conf)) {
406 chan = chanctx_conf->def.chan;
450 struct ieee80211_chanctx_conf *chanctx_conf;
457 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf);
458 if (WARN_ON(!chanctx_conf)) {
462 channel = chanctx_conf->def.chan;
522 struct ieee80211_chanctx_conf *chanctx_conf;
529 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf);
530 if (WARN_ON(!chanctx_conf)) {
534 channel = chanctx_conf->def.chan;
782 struct ieee80211_chanctx_conf *chanctx_conf;
792 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf);
793 band = chanctx_conf->def.chan->band;