Home
last modified time | relevance | path

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

/src/sys/contrib/dev/iwlwifi/mld/
H A Dlink.h74 struct iwl_probe_resp_data __rcu *probe_resp_data; member
83 probe_data = wiphy_dereference(mld->wiphy, link->probe_resp_data); in iwl_mld_cleanup_link()
84 RCU_INIT_POINTER(link->probe_resp_data, NULL); in iwl_mld_cleanup_link()
H A Diface.c560 old_data = wiphy_dereference(mld->wiphy, mld_link->probe_resp_data); in iwl_mld_handle_probe_resp_data_notif()
561 rcu_assign_pointer(mld_link->probe_resp_data, new_data); in iwl_mld_handle_probe_resp_data_notif()
H A Dlink.c406 probe_data = wiphy_dereference(mld->wiphy, mld_link->probe_resp_data); in iwl_mld_deactivate_link()
407 RCU_INIT_POINTER(mld_link->probe_resp_data, NULL); in iwl_mld_deactivate_link()
H A Dnotif.c363 DEFINE_SIMPLE_CANCELLATION(probe_resp_data, iwl_probe_resp_data_notif,
H A Dtx.c692 resp_data = rcu_dereference(mld_link->probe_resp_data); in iwl_mld_probe_resp_set_noa()
/src/sys/contrib/dev/iwlwifi/mvm/
H A Dmld-mac80211.c172 probe_data = rcu_dereference_protected(mvmvif->deflink.probe_resp_data, in iwl_mvm_mld_mac_remove_interface()
174 RCU_INIT_POINTER(mvmvif->deflink.probe_resp_data, NULL); in iwl_mvm_mld_mac_remove_interface()
H A Dmac-ctxt.c1786 old_data = rcu_dereference_protected(mvmvif->deflink.probe_resp_data, in iwl_mvm_probe_resp_data_notif()
1788 rcu_assign_pointer(mvmvif->deflink.probe_resp_data, new_data); in iwl_mvm_probe_resp_data_notif()
H A Dmac80211.c1133 probe_data = rcu_dereference_protected(mvmvif->deflink.probe_resp_data, in iwl_mvm_cleanup_iterator()
1137 RCU_INIT_POINTER(mvmvif->deflink.probe_resp_data, NULL); in iwl_mvm_cleanup_iterator()
1891 probe_data = rcu_dereference_protected(mvmvif->deflink.probe_resp_data, in iwl_mvm_mac_remove_interface()
1893 RCU_INIT_POINTER(mvmvif->deflink.probe_resp_data, NULL); in iwl_mvm_mac_remove_interface()
H A Dtx.c729 resp_data = rcu_dereference(mvmvif->deflink.probe_resp_data); in iwl_mvm_probe_resp_set_noa()
H A Dmvm.h329 struct iwl_probe_resp_data __rcu *probe_resp_data; member