Home
last modified time | relevance | path

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

/freebsd/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.c600 old_data = wiphy_dereference(mld->wiphy, mld_link->probe_resp_data); in iwl_mld_handle_probe_resp_data_notif()
601 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.c371 DEFINE_SIMPLE_CANCELLATION(probe_resp_data, iwl_probe_resp_data_notif,
H A Dtx.c703 resp_data = rcu_dereference(mld_link->probe_resp_data); in iwl_mld_probe_resp_set_noa()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmld-mac80211.c165 probe_data = rcu_dereference_protected(mvmvif->deflink.probe_resp_data, in iwl_mvm_mld_mac_remove_interface()
167 RCU_INIT_POINTER(mvmvif->deflink.probe_resp_data, NULL); in iwl_mvm_mld_mac_remove_interface()
H A Dmac-ctxt.c1789 old_data = rcu_dereference_protected(mvmvif->deflink.probe_resp_data, in iwl_mvm_probe_resp_data_notif()
1791 rcu_assign_pointer(mvmvif->deflink.probe_resp_data, new_data); in iwl_mvm_probe_resp_data_notif()
H A Dmac80211.c1132 probe_data = rcu_dereference_protected(mvmvif->deflink.probe_resp_data, in iwl_mvm_cleanup_iterator()
1136 RCU_INIT_POINTER(mvmvif->deflink.probe_resp_data, NULL); in iwl_mvm_cleanup_iterator()
1853 probe_data = rcu_dereference_protected(mvmvif->deflink.probe_resp_data, in iwl_mvm_mac_remove_interface()
1855 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