Searched refs:phy_ctxt (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | binding.c | 141 if (mvmvif->phy_ctxt != data->phyctxt) in iwl_mvm_iface_iterator() 198 if (WARN_ON_ONCE(!mvmvif->phy_ctxt)) in iwl_mvm_binding_add_vif() 208 return iwl_mvm_binding_update(mvm, vif, mvmvif->phy_ctxt, true); in iwl_mvm_binding_add_vif() 216 if (WARN_ON_ONCE(!mvmvif->phy_ctxt)) in iwl_mvm_binding_remove_vif() 219 ret = iwl_mvm_binding_update(mvm, vif, mvmvif->phy_ctxt, false); in iwl_mvm_binding_remove_vif()
|
D | quota.c | 97 if (!mvmvif->phy_ctxt) in iwl_mvm_quota_iterator() 101 id = mvmvif->phy_ctxt->id; in iwl_mvm_quota_iterator() 131 data->colors[id] = mvmvif->phy_ctxt->color; in iwl_mvm_quota_iterator() 133 WARN_ON_ONCE(data->colors[id] != mvmvif->phy_ctxt->color); in iwl_mvm_quota_iterator() 163 phy_id = mvmvif->phy_ctxt->id; in iwl_mvm_adjust_quota_for_noa()
|
D | mac80211.c | 1036 mvmvif->phy_ctxt = NULL; in iwl_mvm_cleanup_iterator() 1430 mvmvif->phy_ctxt = iwl_mvm_get_free_phy_ctxt(mvm); in iwl_mvm_mac_add_interface() 1431 if (!mvmvif->phy_ctxt) { in iwl_mvm_mac_add_interface() 1436 iwl_mvm_phy_ctxt_ref(mvm, mvmvif->phy_ctxt); in iwl_mvm_mac_add_interface() 1461 iwl_mvm_phy_ctxt_unref(mvm, mvmvif->phy_ctxt); in iwl_mvm_mac_add_interface() 1469 mvmvif->phy_ctxt = NULL; in iwl_mvm_mac_add_interface() 1538 iwl_mvm_phy_ctxt_unref(mvm, mvmvif->phy_ctxt); in iwl_mvm_mac_remove_interface() 1539 mvmvif->phy_ctxt = NULL; in iwl_mvm_mac_remove_interface() 2853 if (WARN_ON_ONCE(!mvmvif->phy_ctxt)) in iwl_mvm_mac_sta_state() 2934 iwl_mvm_rs_rate_init(mvm, sta, mvmvif->phy_ctxt->channel->band); in iwl_mvm_mac_sta_state() [all …]
|
D | coex.c | 376 if (mvmvif->phy_ctxt && in iwl_mvm_bt_notif_iterator() 377 (mvm->last_bt_notif.rrc_status & BIT(mvmvif->phy_ctxt->id))) in iwl_mvm_bt_notif_iterator() 616 struct iwl_mvm_phy_ctxt *phy_ctxt = mvmvif->phy_ctxt; in iwl_mvm_coex_agg_time_limit() local 619 if (mvm->last_bt_notif.ttc_status & BIT(phy_ctxt->id)) in iwl_mvm_coex_agg_time_limit() 640 struct iwl_mvm_phy_ctxt *phy_ctxt = mvmvif->phy_ctxt; in iwl_mvm_bt_coex_is_mimo_allowed() local 643 if (mvm->last_bt_notif.ttc_status & BIT(phy_ctxt->id)) in iwl_mvm_bt_coex_is_mimo_allowed()
|
D | power.c | 603 if (mvmvif->phy_ctxt && mvmvif->phy_ctxt->id < NUM_PHY_CTX) in iwl_mvm_power_ps_disabled_iterator() 612 bool active = mvmvif->phy_ctxt && mvmvif->phy_ctxt->id < NUM_PHY_CTX; in iwl_mvm_power_get_vifs_iterator() 697 client_same_channel = (bss_mvmvif->phy_ctxt->id == in iwl_mvm_power_set_pm() 698 p2p_mvmvif->phy_ctxt->id); in iwl_mvm_power_set_pm() 700 ap_same_channel = (bss_mvmvif->phy_ctxt->id == in iwl_mvm_power_set_pm() 701 ap_mvmvif->phy_ctxt->id); in iwl_mvm_power_set_pm()
|
D | phy-ctxt.c | 308 if (!mvmvif->phy_ctxt) in iwl_mvm_binding_iterator() 313 __set_bit(mvmvif->phy_ctxt->id, data); in iwl_mvm_binding_iterator()
|
D | d3.c | 446 if (mvmvif->phy_ctxt->channel->band == NL80211_BAND_2GHZ || in iwl_mvm_d3_reprogram() 456 if (WARN_ON(!mvmvif->phy_ctxt)) in iwl_mvm_d3_reprogram() 470 ret = iwl_mvm_phy_ctxt_add(mvm, mvmvif->phy_ctxt, &chandef, in iwl_mvm_d3_reprogram() 487 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->phy_ctxt->id, in iwl_mvm_d3_reprogram() 488 mvmvif->phy_ctxt->color)); in iwl_mvm_d3_reprogram() 491 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->phy_ctxt->id, in iwl_mvm_d3_reprogram() 492 mvmvif->phy_ctxt->color)); in iwl_mvm_d3_reprogram() 523 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->phy_ctxt->id, in iwl_mvm_d3_reprogram() 524 mvmvif->phy_ctxt->color)); in iwl_mvm_d3_reprogram()
|
D | sf.c | 85 if (vif == data->ignore_vif || !mvmvif->phy_ctxt || in iwl_mvm_bound_iface_iterator()
|
D | utils.c | 1095 if (!mvmvif->phy_ctxt) in iwl_mvm_ll_iter() 1098 band = mvmvif->phy_ctxt->channel->band; in iwl_mvm_ll_iter() 1637 if (!mvmvif->phy_ctxt) in iwl_mvm_tcm_iterator() 1640 band[mvmvif->id] = mvmvif->phy_ctxt->channel->band; in iwl_mvm_tcm_iterator()
|
D | debugfs-vif.c | 1348 struct iwl_mvm_phy_ctxt *phy_ctxt; in iwl_dbgfs_rx_phyinfo_write() local 1367 phy_ctxt = &mvm->phy_ctxts[*(u16 *)chanctx_conf->drv_priv]; in iwl_dbgfs_rx_phyinfo_write() 1372 ret = iwl_mvm_phy_ctxt_changed(mvm, phy_ctxt, &chanctx_conf->min_def, in iwl_dbgfs_rx_phyinfo_write()
|
D | scan.c | 225 if (vif->type != NL80211_IFTYPE_P2P_DEVICE && mvmvif->phy_ctxt && in iwl_mvm_scan_condition_iterator() 226 mvmvif->phy_ctxt->id < NUM_PHY_CTX) in iwl_mvm_scan_condition_iterator()
|
D | mvm.h | 414 struct iwl_mvm_phy_ctxt *phy_ctxt; member
|