Lines Matching refs:chanctx_conf

61 	struct ieee80211_chanctx_conf *chanctx_conf;
69 chanctx_conf = rcu_dereference(tx->sdata->vif.chanctx_conf);
70 if (chanctx_conf) {
71 shift = ieee80211_chandef_get_shift(&chanctx_conf->def);
72 rate_flags = ieee80211_chandef_rate_flags(&chanctx_conf->def);
2244 struct ieee80211_chanctx_conf *chanctx_conf;
2336 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf);
2337 if (!chanctx_conf) {
2340 chanctx_conf =
2341 rcu_dereference(tmp_sdata->vif.chanctx_conf);
2344 if (chanctx_conf)
2345 chandef = &chanctx_conf->def;
2551 struct ieee80211_chanctx_conf *chanctx_conf;
2584 chanctx_conf = rcu_dereference(ap_sdata->vif.chanctx_conf);
2585 if (!chanctx_conf) {
2589 band = chanctx_conf->def.chan->band;
2595 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf);
2596 if (!chanctx_conf) {
2606 band = chanctx_conf->def.chan->band;
2688 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf);
2689 if (!chanctx_conf) {
2693 band = chanctx_conf->def.chan->band;
2731 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf);
2732 if (!chanctx_conf) {
2736 band = chanctx_conf->def.chan->band;
2744 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf);
2745 if (!chanctx_conf) {
2749 band = chanctx_conf->def.chan->band;
2757 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf);
2758 if (!chanctx_conf) {
2762 band = chanctx_conf->def.chan->band;
2938 struct ieee80211_chanctx_conf *chanctx_conf;
2980 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf);
2981 if (!chanctx_conf) {
2985 build.band = chanctx_conf->def.chan->band;
4420 struct ieee80211_chanctx_conf *chanctx_conf;
4425 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf);
4426 if (unlikely(!chanctx_conf)) {
4430 info->band = chanctx_conf->def.chan->band;
4802 struct ieee80211_chanctx_conf *chanctx_conf;
4808 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf);
4810 if (!ieee80211_sdata_running(sdata) || !chanctx_conf)
4944 band = chanctx_conf->def.chan->band;
5291 struct ieee80211_chanctx_conf *chanctx_conf;
5296 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf);
5298 if (!chanctx_conf)
5344 info->band = chanctx_conf->def.chan->band;