Home
last modified time | relevance | path

Searched refs:phy_ctxts (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Drx.c788 if (!mvm->phy_ctxts[i].ref) in iwl_mvm_handle_per_phy_stats()
790 mvm->phy_ctxts[i].channel_load_by_us = in iwl_mvm_handle_per_phy_stats()
792 mvm->phy_ctxts[i].channel_load_not_by_us = in iwl_mvm_handle_per_phy_stats()
H A Dftm-responder.c359 phy_ctxt = &mvm->phy_ctxts[*phy_ctxt_id]; in iwl_mvm_ftm_start_responder()
H A Dmac80211.c109 memset(mvm->phy_ctxts, 0, sizeof(mvm->phy_ctxts)); in iwl_mvm_reset_phy_ctxts()
111 mvm->phy_ctxts[i].id = i; in iwl_mvm_reset_phy_ctxts()
112 mvm->phy_ctxts[i].ref = 0; in iwl_mvm_reset_phy_ctxts()
1475 if (!mvm->phy_ctxts[i].ref) in iwl_mvm_get_free_phy_ctxt()
1476 return &mvm->phy_ctxts[i]; in iwl_mvm_get_free_phy_ctxt()
4895 struct iwl_mvm_phy_ctxt *phy_ctxt = &mvm->phy_ctxts[i]; in iwl_mvm_p2p_find_phy_ctxt()
5086 struct iwl_mvm_phy_ctxt *phy_ctxt = &mvm->phy_ctxts[*phy_ctxt_id]; in __iwl_mvm_remove_chanctx()
5107 struct iwl_mvm_phy_ctxt *phy_ctxt = &mvm->phy_ctxts[*phy_ctxt_id]; in iwl_mvm_change_chanctx()
5151 struct iwl_mvm_phy_ctxt *phy_ctxt = &mvm->phy_ctxts[*phy_ctxt_id]; in __iwl_mvm_assign_vif_chanctx_common()
H A Dmld-mac80211.c260 struct iwl_mvm_phy_ctxt *phy_ctxt = &mvm->phy_ctxts[*phy_ctxt_id]; in __iwl_mvm_mld_assign_vif_chanctx()
H A Dmvm.h1162 struct iwl_mvm_phy_ctxt phy_ctxts[NUM_PHY_CTX]; member