Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/mld/
H A Dlink.h81 struct iwl_probe_resp_data *probe_data; in iwl_mld_cleanup_link() local
83 probe_data = wiphy_dereference(mld->wiphy, link->probe_resp_data); in iwl_mld_cleanup_link()
85 if (probe_data) in iwl_mld_cleanup_link()
86 kfree_rcu(probe_data, rcu_head); in iwl_mld_cleanup_link()
H A Dlink.c393 struct iwl_probe_resp_data *probe_data; in iwl_mld_deactivate_link() local
406 probe_data = wiphy_dereference(mld->wiphy, mld_link->probe_resp_data); in iwl_mld_deactivate_link()
408 if (probe_data) in iwl_mld_deactivate_link()
409 kfree_rcu(probe_data, rcu_head); in iwl_mld_deactivate_link()
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dmld-mac80211.c124 struct iwl_probe_resp_data *probe_data; in iwl_mvm_mld_mac_remove_interface() local
172 probe_data = rcu_dereference_protected(mvmvif->deflink.probe_resp_data, in iwl_mvm_mld_mac_remove_interface()
175 if (probe_data) in iwl_mvm_mld_mac_remove_interface()
176 kfree_rcu(probe_data, rcu_head); in iwl_mvm_mld_mac_remove_interface()
H A Dmac80211.c1105 struct iwl_probe_resp_data *probe_data; in iwl_mvm_cleanup_iterator() local
1133 probe_data = rcu_dereference_protected(mvmvif->deflink.probe_resp_data, in iwl_mvm_cleanup_iterator()
1135 if (probe_data) in iwl_mvm_cleanup_iterator()
1136 kfree_rcu(probe_data, rcu_head); in iwl_mvm_cleanup_iterator()
1876 struct iwl_probe_resp_data *probe_data; in iwl_mvm_mac_remove_interface() local
1891 probe_data = rcu_dereference_protected(mvmvif->deflink.probe_resp_data, in iwl_mvm_mac_remove_interface()
1894 if (probe_data) in iwl_mvm_mac_remove_interface()
1895 kfree_rcu(probe_data, rcu_head); in iwl_mvm_mac_remove_interface()