Searched refs:sta_hash (Results 1 – 6 of 6) sorted by relevance
56 INIT_LIST_HEAD(&(pstapriv->sta_hash[i])); in _r8712_init_sta_priv()113 phash_list = &pstapriv->sta_hash[index]; in r8712_alloc_stainfo()204 phead = &(pstapriv->sta_hash[index]); in r8712_free_all_stainfo()229 phead = &(pstapriv->sta_hash[index]); in r8712_get_stainfo()
93 struct list_head sta_hash[NUM_STA]; member
82 INIT_LIST_HEAD(&(pstapriv->sta_hash[i])); in _rtw_init_sta_priv()152 phead = &(pstapriv->sta_hash[index]); in _rtw_free_sta_priv()214 phash_list = &(pstapriv->sta_hash[index]); in rtw_alloc_stainfo()443 phead = &(pstapriv->sta_hash[index]); in rtw_free_all_stainfo()481 phead = &(pstapriv->sta_hash[index]); in rtw_get_stainfo()
264 struct list_head sta_hash[NUM_STA]; member
94 return rhltable_remove(&local->sta_hash, &sta->hash_node, in sta_info_hash_del()200 return rhltable_lookup(&local->sta_hash, addr, sta_rht_params); in sta_info_hash_lookup()452 return rhltable_insert(&local->sta_hash, &sta->hash_node, in sta_info_hash_add()1544 err = rhltable_init(&local->sta_hash, &sta_rht_params); in sta_info_init()1550 rhltable_destroy(&local->sta_hash); in sta_info_init()1564 rhltable_destroy(&local->sta_hash); in sta_info_stop()
1464 struct rhltable sta_hash; member