Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dftm-responder.c334 struct iwl_mvm_phy_ctxt *phy_ctxt; in iwl_mvm_ftm_start_responder() local
359 phy_ctxt = &mvm->phy_ctxts[*phy_ctxt_id]; in iwl_mvm_ftm_start_responder()
360 ret = iwl_mvm_phy_ctxt_changed(mvm, phy_ctxt, &ctx.def, &ctx.ap, in iwl_mvm_ftm_start_responder()
H A Dpower.c240 if (vif->cfg.assoc && other_mvmvif->deflink.phy_ctxt && in iwl_mvm_allow_uapsd_iterator()
241 curr_mvmvif->deflink.phy_ctxt && in iwl_mvm_allow_uapsd_iterator()
242 other_mvmvif->deflink.phy_ctxt->id != curr_mvmvif->deflink.phy_ctxt->id) in iwl_mvm_allow_uapsd_iterator()
H A Dmac-ctxt.c415 struct iwl_mvm_phy_ctxt *phy_ctxt; in iwl_mvm_set_fw_basic_rates() local
419 phy_ctxt = link_info->phy_ctxt; in iwl_mvm_set_fw_basic_rates()
420 if (phy_ctxt && phy_ctxt->channel) in iwl_mvm_set_fw_basic_rates()
421 band = phy_ctxt->channel->band; in iwl_mvm_set_fw_basic_rates()
H A Dsf.c26 if (vif == data->ignore_vif || !mvmvif->deflink.phy_ctxt || in iwl_mvm_bound_iface_iterator()
H A Dd3.c733 if (WARN_ON(!mvmvif->deflink.phy_ctxt)) in iwl_mvm_d3_reprogram()
748 ret = iwl_mvm_phy_ctxt_add(mvm, mvmvif->deflink.phy_ctxt, &chandef, in iwl_mvm_d3_reprogram()
765 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->deflink.phy_ctxt->id, in iwl_mvm_d3_reprogram()
766 mvmvif->deflink.phy_ctxt->color)); in iwl_mvm_d3_reprogram()
769 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->deflink.phy_ctxt->id, in iwl_mvm_d3_reprogram()
770 mvmvif->deflink.phy_ctxt->color)); in iwl_mvm_d3_reprogram()
803 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->deflink.phy_ctxt->id, in iwl_mvm_d3_reprogram()
804 mvmvif->deflink.phy_ctxt->color)); in iwl_mvm_d3_reprogram()
H A Dscan.c205 mvmvif->deflink.phy_ctxt && in iwl_mvm_scan_iterator()
206 mvmvif->deflink.phy_ctxt->id < NUM_PHY_CTX) in iwl_mvm_scan_iterator()
215 mvmvif->deflink.phy_ctxt && curr_mvmvif->deflink.phy_ctxt && in iwl_mvm_scan_iterator()
216 mvmvif->deflink.phy_ctxt->id != curr_mvmvif->deflink.phy_ctxt->id) in iwl_mvm_scan_iterator()
2900 if (link && link->phy_ctxt->id < NUM_PHY_CTX && in iwl_mvm_scan_respect_p2p_go_iter()
2902 link->phy_ctxt->channel->band == data->band)) { in iwl_mvm_scan_respect_p2p_go_iter()