Lines Matching refs:chanctx_conf
174 struct ieee80211_chanctx_conf *chanctx_conf;
237 chanctx_conf = rcu_dereference(vif->bss_conf.chanctx_conf);
238 if (chanctx_conf)
241 chanctx_conf->rx_chains_static,
242 chanctx_conf->rx_chains_dynamic);
628 struct ieee80211_chanctx_conf *chanctx_conf;
634 chanctx_conf = rcu_dereference(link_conf->chanctx_conf);
635 if (!chanctx_conf) {
642 min_def = chanctx_conf->min_def;
643 ap_def = chanctx_conf->ap;
644 chains_static = chanctx_conf->rx_chains_static;
645 chains_dynamic = chanctx_conf->rx_chains_dynamic;