Searched refs:phy_ctxt (Results 1 – 13 of 13) sorted by relevance
| /linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
| A D | binding.c | 78 if (mvmvif->phy_ctxt != data->phyctxt) in iwl_mvm_iface_iterator() 135 if (WARN_ON_ONCE(!mvmvif->phy_ctxt)) in iwl_mvm_binding_add_vif() 145 return iwl_mvm_binding_update(mvm, vif, mvmvif->phy_ctxt, true); in iwl_mvm_binding_add_vif() 153 if (WARN_ON_ONCE(!mvmvif->phy_ctxt)) in iwl_mvm_binding_remove_vif() 156 ret = iwl_mvm_binding_update(mvm, vif, mvmvif->phy_ctxt, false); in iwl_mvm_binding_remove_vif()
|
| A D | quota.c | 36 if (!mvmvif->phy_ctxt) in iwl_mvm_quota_iterator() 40 id = mvmvif->phy_ctxt->id; in iwl_mvm_quota_iterator() 70 data->colors[id] = mvmvif->phy_ctxt->color; in iwl_mvm_quota_iterator() 72 WARN_ON_ONCE(data->colors[id] != mvmvif->phy_ctxt->color); in iwl_mvm_quota_iterator() 102 phy_id = mvmvif->phy_ctxt->id; in iwl_mvm_adjust_quota_for_noa()
|
| A D | coex.c | 317 if (mvmvif->phy_ctxt && in iwl_mvm_bt_notif_iterator() 318 (mvm->last_bt_notif.rrc_status & BIT(mvmvif->phy_ctxt->id))) in iwl_mvm_bt_notif_iterator() 557 struct iwl_mvm_phy_ctxt *phy_ctxt = mvmvif->phy_ctxt; in iwl_mvm_coex_agg_time_limit() local 560 if (mvm->last_bt_notif.ttc_status & BIT(phy_ctxt->id)) in iwl_mvm_coex_agg_time_limit() 581 struct iwl_mvm_phy_ctxt *phy_ctxt = mvmvif->phy_ctxt; in iwl_mvm_bt_coex_is_mimo_allowed() local 584 if (mvm->last_bt_notif.ttc_status & BIT(phy_ctxt->id)) in iwl_mvm_bt_coex_is_mimo_allowed()
|
| A D | mac80211.c | 1036 mvmvif->phy_ctxt = NULL; in iwl_mvm_cleanup_iterator() 1507 if (!mvmvif->phy_ctxt) { in iwl_mvm_mac_add_interface() 1547 mvmvif->phy_ctxt = NULL; in iwl_mvm_mac_add_interface() 1625 mvmvif->phy_ctxt = NULL; in iwl_mvm_mac_remove_interface() 3933 if (phy_ctxt->ref == 0 || mvmvif->phy_ctxt == phy_ctxt) in iwl_mvm_roc() 3936 if (phy_ctxt->ref && channel == phy_ctxt->channel) { in iwl_mvm_roc() 3948 mvmvif->phy_ctxt = phy_ctxt; in iwl_mvm_roc() 3992 if (!phy_ctxt) { in iwl_mvm_roc() 4012 mvmvif->phy_ctxt = phy_ctxt; in iwl_mvm_roc() 4090 if (!phy_ctxt) { in __iwl_mvm_add_chanctx() [all …]
|
| A D | power.c | 555 if (mvmvif->phy_ctxt && mvmvif->phy_ctxt->id < NUM_PHY_CTX) in iwl_mvm_power_ps_disabled_iterator() 564 bool active = mvmvif->phy_ctxt && mvmvif->phy_ctxt->id < NUM_PHY_CTX; in iwl_mvm_power_get_vifs_iterator() 649 client_same_channel = (bss_mvmvif->phy_ctxt->id == in iwl_mvm_power_set_pm() 650 p2p_mvmvif->phy_ctxt->id); in iwl_mvm_power_set_pm() 652 ap_same_channel = (bss_mvmvif->phy_ctxt->id == in iwl_mvm_power_set_pm() 653 ap_mvmvif->phy_ctxt->id); in iwl_mvm_power_set_pm()
|
| A D | ftm-responder.c | 386 struct iwl_mvm_phy_ctxt *phy_ctxt; in iwl_mvm_ftm_start_responder() local 411 phy_ctxt = &mvm->phy_ctxts[*phy_ctxt_id]; in iwl_mvm_ftm_start_responder() 412 ret = iwl_mvm_phy_ctxt_changed(mvm, phy_ctxt, &ctx.def, in iwl_mvm_ftm_start_responder()
|
| A D | phy-ctxt.c | 322 if (!mvmvif->phy_ctxt) in iwl_mvm_binding_iterator() 327 __set_bit(mvmvif->phy_ctxt->id, data); in iwl_mvm_binding_iterator()
|
| A D | utils.c | 389 if (mvmvif->phy_ctxt != data->ctxt) in iwl_mvm_diversity_iter() 493 if (!mvmvif->phy_ctxt) in iwl_mvm_ll_iter() 496 band = mvmvif->phy_ctxt->channel->band; in iwl_mvm_ll_iter() 881 if (!mvmvif->phy_ctxt) in iwl_mvm_tcm_iterator() 884 band[mvmvif->id] = mvmvif->phy_ctxt->channel->band; in iwl_mvm_tcm_iterator()
|
| A D | d3.c | 732 if (WARN_ON(!mvmvif->phy_ctxt)) in iwl_mvm_d3_reprogram() 746 ret = iwl_mvm_phy_ctxt_add(mvm, mvmvif->phy_ctxt, &chandef, in iwl_mvm_d3_reprogram() 763 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->phy_ctxt->id, in iwl_mvm_d3_reprogram() 764 mvmvif->phy_ctxt->color)); in iwl_mvm_d3_reprogram() 767 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->phy_ctxt->id, in iwl_mvm_d3_reprogram() 768 mvmvif->phy_ctxt->color)); in iwl_mvm_d3_reprogram() 800 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->phy_ctxt->id, in iwl_mvm_d3_reprogram() 801 mvmvif->phy_ctxt->color)); in iwl_mvm_d3_reprogram()
|
| A D | debugfs-vif.c | 589 struct iwl_mvm_phy_ctxt *phy_ctxt; in iwl_dbgfs_rx_phyinfo_write() local 608 phy_ctxt = &mvm->phy_ctxts[*(u16 *)chanctx_conf->drv_priv]; in iwl_dbgfs_rx_phyinfo_write() 613 ret = iwl_mvm_phy_ctxt_changed(mvm, phy_ctxt, &chanctx_conf->min_def, in iwl_dbgfs_rx_phyinfo_write()
|
| A D | sf.c | 26 if (vif == data->ignore_vif || !mvmvif->phy_ctxt || in iwl_mvm_bound_iface_iterator()
|
| A D | scan.c | 178 if (vif->type != NL80211_IFTYPE_P2P_DEVICE && mvmvif->phy_ctxt && in iwl_mvm_scan_condition_iterator() 179 mvmvif->phy_ctxt->id < NUM_PHY_CTX) in iwl_mvm_scan_condition_iterator() 212 other_mvmvif->phy_ctxt && curr_mvmvif->phy_ctxt && in iwl_mvm_is_dcm_with_go_iterator() 213 other_mvmvif->phy_ctxt->id != curr_mvmvif->phy_ctxt->id) in iwl_mvm_is_dcm_with_go_iterator()
|
| A D | mvm.h | 363 struct iwl_mvm_phy_ctxt *phy_ctxt; member
|
Completed in 638 milliseconds