Home
last modified time | relevance | path

Searched refs:probe_resp_data (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/contrib/dev/iwlwifi/mvm/
H A Dmac-ctxt.c1545 old_data = rcu_dereference_protected(mvmvif->probe_resp_data, in iwl_mvm_probe_resp_data_notif()
1547 rcu_assign_pointer(mvmvif->probe_resp_data, new_data); in iwl_mvm_probe_resp_data_notif()
H A Dmac80211.c1054 memset(&mvmvif->probe_resp_data, 0, sizeof(mvmvif->probe_resp_data)); in iwl_mvm_cleanup_iterator()
1468 RCU_INIT_POINTER(mvmvif->probe_resp_data, NULL); in iwl_mvm_mac_add_interface()
1650 probe_data = rcu_dereference_protected(mvmvif->probe_resp_data, in iwl_mvm_mac_remove_interface()
1652 RCU_INIT_POINTER(mvmvif->probe_resp_data, NULL); in iwl_mvm_mac_remove_interface()
H A Dmvm.h425 struct iwl_probe_resp_data __rcu *probe_resp_data; member
H A Dtx.c667 resp_data = rcu_dereference(mvmvif->probe_resp_data); in iwl_mvm_probe_resp_set_noa()