Lines Matching refs:chanctx_conf
217 struct ieee80211_chanctx_conf *chanctx_conf; in iwl_dbgfs_mac_params_read() local
281 chanctx_conf = rcu_dereference(vif->chanctx_conf); in iwl_dbgfs_mac_params_read()
282 if (chanctx_conf) in iwl_dbgfs_mac_params_read()
285 chanctx_conf->rx_chains_static, in iwl_dbgfs_mac_params_read()
286 chanctx_conf->rx_chains_dynamic); in iwl_dbgfs_mac_params_read()
553 struct ieee80211_chanctx_conf *chanctx_conf; in iwl_dbgfs_rx_phyinfo_write() local
565 chanctx_conf = rcu_dereference(vif->chanctx_conf); in iwl_dbgfs_rx_phyinfo_write()
567 if (!chanctx_conf) { in iwl_dbgfs_rx_phyinfo_write()
573 phy_ctxt = &mvm->phy_ctxts[*(u16 *)chanctx_conf->drv_priv]; in iwl_dbgfs_rx_phyinfo_write()
578 ret = iwl_mvm_phy_ctxt_changed(mvm, phy_ctxt, &chanctx_conf->min_def, in iwl_dbgfs_rx_phyinfo_write()
579 chanctx_conf->rx_chains_static, in iwl_dbgfs_rx_phyinfo_write()
580 chanctx_conf->rx_chains_dynamic); in iwl_dbgfs_rx_phyinfo_write()