Lines Matching refs:chanctx_conf
1043 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_vif_get_shift() local
1047 chanctx_conf = rcu_dereference(vif->chanctx_conf); in ieee80211_vif_get_shift()
1048 if (chanctx_conf) in ieee80211_vif_get_shift()
1049 shift = ieee80211_chandef_get_shift(&chanctx_conf->def); in ieee80211_vif_get_shift()
1442 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_get_sband() local
1446 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_get_sband()
1448 if (!chanctx_conf) { in ieee80211_get_sband()
1453 band = chanctx_conf->def.chan->band; in ieee80211_get_sband()
1973 struct ieee80211_chanctx_conf *chanctx_conf; in ieee80211_tx_skb_tid() local
1976 chanctx_conf = rcu_dereference(sdata->vif.chanctx_conf); in ieee80211_tx_skb_tid()
1977 if (WARN_ON(!chanctx_conf)) { in ieee80211_tx_skb_tid()
1984 chanctx_conf->def.chan->band, 0); in ieee80211_tx_skb_tid()