Lines Matching refs:chanctx_conf
233 struct ieee80211_chanctx_conf *chanctx_conf; in iwl_dbgfs_mac_params_read() local
297 chanctx_conf = rcu_dereference(vif->chanctx_conf); in iwl_dbgfs_mac_params_read()
298 if (chanctx_conf) in iwl_dbgfs_mac_params_read()
301 chanctx_conf->rx_chains_static, in iwl_dbgfs_mac_params_read()
302 chanctx_conf->rx_chains_dynamic); in iwl_dbgfs_mac_params_read()
1320 struct ieee80211_chanctx_conf *chanctx_conf; in iwl_dbgfs_rx_phyinfo_write() local
1332 chanctx_conf = rcu_dereference(vif->chanctx_conf); in iwl_dbgfs_rx_phyinfo_write()
1334 if (!chanctx_conf) { in iwl_dbgfs_rx_phyinfo_write()
1340 phy_ctxt = &mvm->phy_ctxts[*(u16 *)chanctx_conf->drv_priv]; in iwl_dbgfs_rx_phyinfo_write()
1345 ret = iwl_mvm_phy_ctxt_changed(mvm, phy_ctxt, &chanctx_conf->min_def, in iwl_dbgfs_rx_phyinfo_write()
1346 chanctx_conf->rx_chains_static, in iwl_dbgfs_rx_phyinfo_write()
1347 chanctx_conf->rx_chains_dynamic); in iwl_dbgfs_rx_phyinfo_write()