Lines Matching refs:chanctx_conf
1154 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_vif_get_shift() local
1158 chanctx_conf = rcu_dereference(vif->bss_conf.chanctx_conf); in ieee80211_vif_get_shift()
1159 if (chanctx_conf) in ieee80211_vif_get_shift()
1160 shift = ieee80211_chandef_get_shift(&chanctx_conf->def); in ieee80211_vif_get_shift()
1574 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_get_sband() local
1580 chanctx_conf = rcu_dereference(sdata->vif.bss_conf.chanctx_conf); in ieee80211_get_sband()
1582 if (!chanctx_conf) { in ieee80211_get_sband()
1587 band = chanctx_conf->def.chan->band; in ieee80211_get_sband()
1597 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_get_link_sband() local
1601 chanctx_conf = rcu_dereference(link->conf->chanctx_conf); in ieee80211_get_link_sband()
1602 if (!chanctx_conf) { in ieee80211_get_link_sband()
1607 band = chanctx_conf->def.chan->band; in ieee80211_get_link_sband()