Home
last modified time | relevance | path

Searched refs:mvmvif (Results 1 – 25 of 27) sorted by relevance

12

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
A Ddebugfs-vif.c76 struct iwl_mvm *mvm = mvmvif->mvm; in iwl_dbgfs_pm_params_write()
182 ap_sta_id = mvmvif->ap_sta_id; in iwl_dbgfs_mac_params_read()
208 mvmvif->id, mvmvif->color); in iwl_dbgfs_mac_params_read()
220 mvmvif->queue_params[i].aifs, in iwl_dbgfs_mac_params_read()
410 if (mvmvif->bf_data.bf_enabled) in iwl_dbgfs_bf_params_read()
548 !!(mvmvif->low_latency & in iwl_dbgfs_low_latency_read()
642 if (mvmvif->dbgfs_quota_min) in iwl_dbgfs_quota_check()
663 mvmvif->dbgfs_quota_min = 0; in iwl_dbgfs_quota_min_write()
757 mvmvif->dbgfs_dir); in iwl_mvm_vif_dbgfs_register()
768 mvmvif->dbgfs_slink = NULL; in iwl_mvm_vif_dbgfs_clean()
[all …]
A Dtime-event.c72 struct iwl_mvm_vif *mvmvif; in iwl_mvm_roc_done_wk() local
199 mvmvif->csa_failed = true; in iwl_mvm_te_handle_notify_csa()
600 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color)); in iwl_mvm_protect_session()
646 mvmvif->color)), in iwl_mvm_cancel_session_protection()
665 struct iwl_mvm_vif *mvmvif; in __iwl_mvm_remove_time_event() local
739 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color)); in iwl_mvm_remove_aux_roc_te()
769 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color)); in iwl_mvm_remove_time_event()
889 mvmvif->color)), in iwl_mvm_start_p2p_roc_session_protection()
940 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color)); in iwl_mvm_start_p2p_roc()
1105 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color)); in iwl_mvm_schedule_csa_period()
[all …]
A Dpower.c146 if (mvmvif->dbgfs_pm.use_ps_poll) { in iwl_mvm_power_configure_uapsd()
153 if (!mvmvif->queue_params[ac].uapsd) in iwl_mvm_power_configure_uapsd()
342 mvmvif->color)); in iwl_mvm_power_build_cmd()
425 if (mvmvif->dbgfs_pm.lprx_ena) in iwl_mvm_power_build_cmd()
433 if (mvmvif->dbgfs_pm.snooze_ena) in iwl_mvm_power_build_cmd()
546 mvmvif->pm_enabled = false; in iwl_mvm_power_disable_pm_iterator()
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()
802 mvmvif->bf_data.bf_enabled = true; in _iwl_mvm_enable_beacon_filter()
882 if (!mvmvif->bf_data.bf_enabled) in iwl_mvm_power_set_ba()
[all …]
A Dmac-ctxt.c280 mvmvif->color = 0; in iwl_mvm_mac_ctxt_init()
448 mvmvif->color)); in iwl_mvm_mac_ctxt_cmd_common()
607 if (!mvmvif->authorized && in iwl_mvm_mac_ctxt_cmd_sta()
733 mvmvif->ap_ibss_active) in iwl_mvm_go_iterator()
1227 mvmvif->uploaded = true; in iwl_mvm_mac_ctxt_add()
1257 mvmvif->color)); in iwl_mvm_mac_ctxt_remove()
1267 mvmvif->uploaded = false; in iwl_mvm_mac_ctxt_remove()
1281 struct iwl_mvm_vif *mvmvif = in iwl_mvm_csa_count_down() local
1519 struct iwl_mvm_vif *mvmvif; in iwl_mvm_probe_resp_data_notif() local
1566 struct iwl_mvm_vif *mvmvif; in iwl_mvm_channel_switch_start_notif() local
[all …]
A Dbinding.c73 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif); in iwl_mvm_iface_iterator() local
78 if (mvmvif->phy_ctxt != data->phyctxt) in iwl_mvm_iface_iterator()
84 data->ids[data->idx] = mvmvif->id; in iwl_mvm_iface_iterator()
85 data->colors[data->idx] = mvmvif->color; in iwl_mvm_iface_iterator()
94 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif); in iwl_mvm_binding_update() local
123 data.ids[data.idx] = mvmvif->id; in iwl_mvm_binding_update()
124 data.colors[data.idx] = mvmvif->color; in iwl_mvm_binding_update()
133 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif); in iwl_mvm_binding_add_vif() local
135 if (WARN_ON_ONCE(!mvmvif->phy_ctxt)) in iwl_mvm_binding_add_vif()
150 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif); in iwl_mvm_binding_remove_vif() local
[all …]
A Dutils.c316 struct iwl_mvm_vif *mvmvif; in iwl_mvm_update_smps() local
329 mvmvif = iwl_mvm_vif_from_mac80211(vif); in iwl_mvm_update_smps()
389 if (mvmvif->phy_ctxt != data->ctxt) in iwl_mvm_diversity_iter()
460 prev = iwl_mvm_vif_low_latency(mvmvif); in iwl_mvm_update_low_latency()
490 if (iwl_mvm_vif_low_latency(mvmvif)) { in iwl_mvm_ll_iter()
493 if (!mvmvif->phy_ctxt) in iwl_mvm_ll_iter()
571 if (mvmvif->id == data->macid) in iwl_mvm_bss_find_iface_iterator()
784 struct iwl_mvm_vif *mvmvif; in iwl_mvm_tcm_uapsd_nonagg_detected_wk() local
790 mvm = mvmvif->mvm; in iwl_mvm_tcm_uapsd_nonagg_detected_wk()
881 if (!mvmvif->phy_ctxt) in iwl_mvm_tcm_iterator()
[all …]
A Dcoex.c229 mvmvif->bf_data.last_bt_coex_event = rssi; in iwl_mvm_bt_coex_enable_rssi_event()
230 mvmvif->bf_data.bt_coex_max_thold = in iwl_mvm_bt_coex_enable_rssi_event()
232 mvmvif->bf_data.bt_coex_min_thold = in iwl_mvm_bt_coex_enable_rssi_event()
279 if (!mvmvif->ap_ibss_active) in iwl_mvm_bt_notif_iterator()
295 iwl_mvm_bt_coex_reduced_txp(mvm, mvmvif->ap_sta_id, in iwl_mvm_bt_notif_iterator()
317 if (mvmvif->phy_ctxt && in iwl_mvm_bt_notif_iterator()
323 mvmvif->id, bt_activity_grading, smps_mode); in iwl_mvm_bt_notif_iterator()
330 if (iwl_mvm_vif_low_latency(mvmvif)) { in iwl_mvm_bt_notif_iterator()
338 if (!mvmvif->ap_ibss_active) in iwl_mvm_bt_notif_iterator()
393 ave_rssi = mvmvif->bf_data.ave_beacon_signal; in iwl_mvm_bt_notif_iterator()
[all …]
A Dmac80211.c1029 mvmvif->uploaded = false; in iwl_mvm_cleanup_iterator()
1036 mvmvif->phy_ctxt = NULL; in iwl_mvm_cleanup_iterator()
1037 memset(&mvmvif->bf_data, 0, sizeof(mvmvif->bf_data)); in iwl_mvm_cleanup_iterator()
1038 memset(&mvmvif->probe_resp_data, 0, sizeof(mvmvif->probe_resp_data)); in iwl_mvm_cleanup_iterator()
1363 if (mvmvif->csa_failed) in iwl_mvm_post_channel_switch()
1377 mvmvif->color)), in iwl_mvm_abort_channel_switch()
1417 mvmvif->mvm = mvm; in iwl_mvm_mac_add_interface()
1547 mvmvif->phy_ctxt = NULL; in iwl_mvm_mac_add_interface()
4308 iwl_mvm_remove_time_event(mvm, mvmvif, &mvmvif->time_event_data); in __iwl_mvm_unassign_vif_chanctx()
4783 mvmvif->id, chsw->count, mvmvif->csa_count, chsw->block_tx); in iwl_mvm_channel_switch_rx_beacon()
[all …]
A Doffloading.c90 i < mvmvif->num_target_ipv6_addrs && in iwl_mvm_send_proto_offload()
96 test_bit(i, mvmvif->tentative_addrs)) { in iwl_mvm_send_proto_offload()
109 addrs[i].addr = mvmvif->target_ipv6_addrs[i]; in iwl_mvm_send_proto_offload()
115 if (mvmvif->num_target_ipv6_addrs - num_skipped) in iwl_mvm_send_proto_offload()
128 sizeof(mvmvif->target_ipv6_addrs[0])); in iwl_mvm_send_proto_offload()
130 for (i = 0; i < min(mvmvif->num_target_ipv6_addrs, in iwl_mvm_send_proto_offload()
133 test_bit(i, mvmvif->tentative_addrs)) in iwl_mvm_send_proto_offload()
137 &mvmvif->target_ipv6_addrs[i], in iwl_mvm_send_proto_offload()
149 sizeof(mvmvif->target_ipv6_addrs[0])); in iwl_mvm_send_proto_offload()
154 test_bit(i, mvmvif->tentative_addrs)) in iwl_mvm_send_proto_offload()
[all …]
A Dquota.c36 if (!mvmvif->phy_ctxt) in iwl_mvm_quota_iterator()
40 id = mvmvif->phy_ctxt->id; in iwl_mvm_quota_iterator()
55 if (mvmvif->ap_ibss_active) in iwl_mvm_quota_iterator()
59 if (mvmvif->monitor_active) in iwl_mvm_quota_iterator()
70 data->colors[id] = mvmvif->phy_ctxt->color; in iwl_mvm_quota_iterator()
77 if (mvmvif->dbgfs_quota_min) in iwl_mvm_quota_iterator()
79 mvmvif->dbgfs_quota_min); in iwl_mvm_quota_iterator()
92 struct iwl_mvm_vif *mvmvif; in iwl_mvm_adjust_quota_for_noa() local
98 mvmvif = iwl_mvm_vif_from_mac80211(mvm->noa_vif); in iwl_mvm_adjust_quota_for_noa()
99 if (!mvmvif->ap_ibss_active) in iwl_mvm_adjust_quota_for_noa()
[all …]
A Dd3.c33 mvmvif->rekey_data.replay_ctr = in iwl_mvm_set_rekey_data()
35 mvmvif->rekey_data.valid = true; in iwl_mvm_set_rekey_data()
49 memset(mvmvif->tentative_addrs, 0, sizeof(mvmvif->tentative_addrs)); in iwl_mvm_ipv6_addr_change()
71 mvmvif->tx_key_idx = idx; in iwl_mvm_set_default_unicast_key()
129 mvmvif->color)), in iwl_mvm_wowlan_program_keys()
752 mvmvif->uploaded = false; in iwl_mvm_d3_reprogram()
770 mvmvif->color)); in iwl_mvm_d3_reprogram()
829 mvmvif->color)), in iwl_mvm_get_last_nonqos_seq()
865 mvmvif->color)), in iwl_mvm_set_last_nonqos_seq()
870 if (!mvmvif->seqno_valid) in iwl_mvm_set_last_nonqos_seq()
[all …]
A Drx.c209 struct iwl_mvm_vif *mvmvif; in iwl_mvm_rx_handle_tcm() local
244 mvmsta->sta_id != mvmvif->ap_sta_id) in iwl_mvm_rx_handle_tcm()
274 if (mvmvif->features & NETIF_F_RXCSUM && in iwl_mvm_rx_csum()
401 struct iwl_mvm_vif *mvmvif = in iwl_mvm_rx_rx_mpdu() local
541 u16 vif_id = mvmvif->id; in iwl_mvm_stat_iterator()
547 mvmvif->beacon_stats.num_beacons = in iwl_mvm_stat_iterator()
549 mvmvif->beacon_stats.avg_signal = in iwl_mvm_stat_iterator()
557 mvmvif->beacon_stats.num_beacons; in iwl_mvm_stat_iterator()
559 if (mvmvif->id != id) in iwl_mvm_stat_iterator()
600 mvmvif->bf_data.last_cqm_event = sig; in iwl_mvm_stat_iterator()
[all …]
A Dsta.c1592 mvmvif->id, mvmvif->color); in iwl_mvm_add_sta()
1604 mvmvif->color); in iwl_mvm_add_sta()
1691 mvmvif->ap_sta_id = sta_id; in iwl_mvm_add_sta()
2053 return iwl_mvm_add_int_sta_with_queue(mvm, mvmvif->id, mvmvif->color, in iwl_mvm_add_snif_sta()
2150 mvmvif->id, mvmvif->color); in iwl_mvm_send_add_bcast_sta()
2340 mvmvif->id, mvmvif->color); in iwl_mvm_add_mcast_sta()
2359 mvmvif->cab_queue = queue; in iwl_mvm_add_mcast_sta()
3180 u8 sta_id = mvmvif->ap_sta_id; in iwl_mvm_get_key_sta()
3864 u32 id = FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color); in iwl_mvm_int_sta_modify_disable_tx()
3898 FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color)) in iwl_mvm_modify_all_sta_disable_tx()
[all …]
A Dsf.c24 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif); in iwl_mvm_bound_iface_iterator() local
26 if (vif == data->ignore_vif || !mvmvif->phy_ctxt || in iwl_mvm_bound_iface_iterator()
33 data->sta_vif_ap_sta_id = mvmvif->ap_sta_id; in iwl_mvm_bound_iface_iterator()
223 struct iwl_mvm_vif *mvmvif = NULL; in iwl_mvm_sf_update() local
266 mvmvif = iwl_mvm_vif_from_mac80211(changed_vif); in iwl_mvm_sf_update()
267 sta_id = mvmvif->ap_sta_id; in iwl_mvm_sf_update()
A Dphy-ctxt.c320 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif); in iwl_mvm_binding_iterator() local
322 if (!mvmvif->phy_ctxt) in iwl_mvm_binding_iterator()
327 __set_bit(mvmvif->phy_ctxt->id, data); in iwl_mvm_binding_iterator()
A Dftm-responder.c109 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif); in iwl_mvm_ftm_responder_cmd() local
121 .sta_id = mvmvif->bcast_sta.sta_id, in iwl_mvm_ftm_responder_cmd()
382 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif); in iwl_mvm_ftm_start_responder() local
397 !mvmvif->ap_ibss_active) { in iwl_mvm_ftm_start_responder()
A Dmvm.h1865 static inline bool iwl_mvm_vif_low_latency(struct iwl_mvm_vif *mvmvif) in iwl_mvm_vif_low_latency() argument
1877 return mvmvif->low_latency_actual; in iwl_mvm_vif_low_latency()
1881 void iwl_mvm_vif_set_low_latency(struct iwl_mvm_vif *mvmvif, bool set, in iwl_mvm_vif_set_low_latency() argument
1887 mvmvif->low_latency |= cause; in iwl_mvm_vif_set_low_latency()
1889 mvmvif->low_latency &= ~cause; in iwl_mvm_vif_set_low_latency()
1895 if (mvmvif->low_latency & LOW_LATENCY_DEBUGFS_FORCE_ENABLE && in iwl_mvm_vif_set_low_latency()
1903 new_state = !!(mvmvif->low_latency & in iwl_mvm_vif_set_low_latency()
1909 new_state = !!(mvmvif->low_latency & in iwl_mvm_vif_set_low_latency()
1913 mvmvif->low_latency_actual = new_state; in iwl_mvm_vif_set_low_latency()
A Drxmq.c279 struct iwl_mvm_vif *mvmvif; in iwl_mvm_rx_mgmt_prot() local
313 mvmvif = iwl_mvm_vif_from_mac80211(mvmsta->vif); in iwl_mvm_rx_mgmt_prot()
319 key = rcu_dereference(mvmvif->bcn_prot.keys[0]); in iwl_mvm_rx_mgmt_prot()
321 key = rcu_dereference(mvmvif->bcn_prot.keys[1]); in iwl_mvm_rx_mgmt_prot()
339 key = rcu_dereference(mvmvif->bcn_prot.keys[keyid - 6]); in iwl_mvm_rx_mgmt_prot()
466 struct iwl_mvm_vif *mvmvif; in iwl_mvm_rx_csum() local
471 mvmvif = iwl_mvm_vif_from_mac80211(mvmsta->vif); in iwl_mvm_rx_csum()
473 if (mvmvif->features & NETIF_F_RXCSUM && in iwl_mvm_rx_csum()
1872 struct iwl_mvm_vif *mvmvif = in iwl_mvm_rx_mpdu_mq() local
1879 if (mvmvif->csa_target_freq == rx_status->freq) in iwl_mvm_rx_mpdu_mq()
[all …]
A Dftm-initiator.c72 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif); in iwl_mvm_ftm_add_pasn_sta() local
76 sta = rcu_dereference(mvm->fw_id_to_mac_id[mvmvif->ap_sta_id]); in iwl_mvm_ftm_add_pasn_sta()
263 struct iwl_mvm_vif *mvmvif = in iwl_mvm_ftm_cmd_common() local
266 cmd->tsf_mac_id = cpu_to_le32(mvmvif->id); in iwl_mvm_ftm_cmd_common()
508 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif); in iwl_mvm_ftm_put_target() local
513 sta = rcu_dereference(mvm->fw_id_to_mac_id[mvmvif->ap_sta_id]); in iwl_mvm_ftm_put_target()
519 target->sta_id = mvmvif->ap_sta_id; in iwl_mvm_ftm_put_target()
A Dtime-event.h145 struct iwl_mvm_vif *mvmvif,
A Dtdls.c78 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif); in iwl_mvm_tdls_config() local
83 cpu_to_le32(FW_CMD_ID_AND_COLOR(mvmvif->id, mvmvif->color)); in iwl_mvm_tdls_config()
A Dtx.c565 struct iwl_mvm_vif *mvmvif = in iwl_mvm_get_ctrl_vif_queue() local
589 return mvmvif->cab_queue; in iwl_mvm_get_ctrl_vif_queue()
610 struct iwl_mvm_vif *mvmvif = in iwl_mvm_probe_resp_set_noa() local
625 resp_data = rcu_dereference(mvmvif->probe_resp_data); in iwl_mvm_probe_resp_set_noa()
690 struct iwl_mvm_vif *mvmvif = in iwl_mvm_tx_skb_non_sta() local
697 sta_id = mvmvif->bcast_sta.sta_id; in iwl_mvm_tx_skb_non_sta()
699 sta_id = mvmvif->mcast_sta.sta_id; in iwl_mvm_tx_skb_non_sta()
A Dops.c210 struct iwl_mvm_vif *mvmvif = iwl_mvm_vif_from_mac80211(vif); in iwl_mvm_apply_fw_smps_request() local
211 struct iwl_mvm *mvm = mvmvif->mvm; in iwl_mvm_apply_fw_smps_request()
620 struct iwl_mvm_vif *mvmvif; in iwl_mvm_tx_unblock_dwork() local
631 mvmvif = iwl_mvm_vif_from_mac80211(tx_blocked_vif); in iwl_mvm_tx_unblock_dwork()
632 iwl_mvm_modify_all_sta_disable_tx(mvm, mvmvif, false); in iwl_mvm_tx_unblock_dwork()
A Dsta.h542 struct iwl_mvm_vif *mvmvif,
A Ddebugfs.c1191 struct iwl_mvm_vif *mvmvif; in _iwl_dbgfs_inject_beacon_ie() local
1239 mvmvif = iwl_mvm_vif_from_mac80211(vif); in _iwl_dbgfs_inject_beacon_ie()
1246 beacon_cmd.template_id = cpu_to_le32((u32)mvmvif->id); in _iwl_dbgfs_inject_beacon_ie()

Completed in 83 milliseconds

12