Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/mvm/
Dmac80211.c96 memset(mvm->phy_ctxts, 0, sizeof(mvm->phy_ctxts)); in iwl_mvm_reset_phy_ctxts()
98 mvm->phy_ctxts[i].id = i; in iwl_mvm_reset_phy_ctxts()
99 mvm->phy_ctxts[i].ref = 0; in iwl_mvm_reset_phy_ctxts()
1329 if (!mvm->phy_ctxts[i].ref) in iwl_mvm_get_free_phy_ctxt()
1330 return &mvm->phy_ctxts[i]; in iwl_mvm_get_free_phy_ctxt()
4619 phy_ctxt = &mvm->phy_ctxts[i]; in iwl_mvm_roc_common()
4790 struct iwl_mvm_phy_ctxt *phy_ctxt = &mvm->phy_ctxts[*phy_ctxt_id]; in __iwl_mvm_remove_chanctx()
4812 struct iwl_mvm_phy_ctxt *phy_ctxt = &mvm->phy_ctxts[*phy_ctxt_id]; in iwl_mvm_change_chanctx()
4860 struct iwl_mvm_phy_ctxt *phy_ctxt = &mvm->phy_ctxts[*phy_ctxt_id]; in __iwl_mvm_assign_vif_chanctx_common()
Dftm-responder.c422 phy_ctxt = &mvm->phy_ctxts[*phy_ctxt_id]; in iwl_mvm_ftm_start_responder()
Ddebugfs-vif.c601 phy_ctxt = &mvm->phy_ctxts[*(u16 *)chanctx_conf->drv_priv]; in iwl_dbgfs_rx_phyinfo_write()
Dmld-mac80211.c273 struct iwl_mvm_phy_ctxt *phy_ctxt = &mvm->phy_ctxts[*phy_ctxt_id]; in __iwl_mvm_mld_assign_vif_chanctx()
Dfw.c1642 ret = iwl_mvm_phy_ctxt_add(mvm, &mvm->phy_ctxts[i], in iwl_mvm_up()
Dmvm.h999 struct iwl_mvm_phy_ctxt phy_ctxts[NUM_PHY_CTX]; member