Searched refs:hwsim_radios_rht (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ |
D | mac80211_hwsim.c | 498 static struct rhashtable hwsim_radios_rht; variable 2921 err = rhashtable_insert_fast(&hwsim_radios_rht, &data->rht, in mac80211_hwsim_new_radio() 3079 return rhashtable_lookup_fast(&hwsim_radios_rht, in get_hwsim_data_ref_from_addr() 3411 rhashtable_remove_fast(&hwsim_radios_rht, &data->rht, in hwsim_del_radio_nl() 3575 rhashtable_remove_fast(&hwsim_radios_rht, &entry->rht, in remove_user_radios() 3656 rhashtable_remove_fast(&hwsim_radios_rht, &data->rht, in hwsim_exit_net() 3703 err = rhashtable_init(&hwsim_radios_rht, &hwsim_rht_params); in init_mac80211_hwsim() 3835 rhashtable_destroy(&hwsim_radios_rht); in init_mac80211_hwsim() 3851 rhashtable_destroy(&hwsim_radios_rht); in exit_mac80211_hwsim()
|