Searched refs:sta_hash (Results 1 – 11 of 11) 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()
95 struct list_head sta_hash[NUM_STA]; member
84 INIT_LIST_HEAD(&pstapriv->sta_hash[i]); in _rtw_init_sta_priv()144 phead = &pstapriv->sta_hash[index]; in _rtw_free_sta_priv()198 phash_list = &pstapriv->sta_hash[index]; in rtw_alloc_stainfo()397 phead = &pstapriv->sta_hash[index]; in rtw_free_all_stainfo()433 phead = &pstapriv->sta_hash[index]; in rtw_get_stainfo()
81 INIT_LIST_HEAD(&(pstapriv->sta_hash[i])); in _rtw_init_sta_priv()161 phead = &(pstapriv->sta_hash[index]); in _rtw_free_sta_priv()229 phash_list = &(pstapriv->sta_hash[index]); in rtw_alloc_stainfo()496 phead = &(pstapriv->sta_hash[index]); in rtw_free_all_stainfo()534 phead = &(pstapriv->sta_hash[index]); in rtw_get_stainfo()
183 struct sta_info *sta_hash[STA_HASH_SIZE]; member
88 sta->hnext = ap->sta_hash[STA_HASH(sta->addr)]; in ap_sta_hash_add()89 ap->sta_hash[STA_HASH(sta->addr)] = sta; in ap_sta_hash_add()96 s = ap->sta_hash[STA_HASH(sta->addr)]; in ap_sta_hash_del()99 ap->sta_hash[STA_HASH(sta->addr)] = s->hnext; in ap_sta_hash_del()913 s = ap->sta_hash[STA_HASH(sta)]; in ap_get_sta()
288 struct list_head sta_hash[NUM_STA]; member
318 struct list_head sta_hash[NUM_STA]; member
80 return rhltable_remove(&local->sta_hash, &sta->hash_node, in sta_info_hash_del()162 return rhltable_lookup(&local->sta_hash, addr, sta_rht_params); in sta_info_hash_lookup()298 return rhltable_insert(&local->sta_hash, &sta->hash_node, in sta_info_hash_add()1179 err = rhltable_init(&local->sta_hash, &sta_rht_params); in sta_info_init()1194 rhltable_destroy(&local->sta_hash); in sta_info_stop()
1257 struct rhltable sta_hash; member
2851 phead = &(pstapriv->sta_hash[i]); in rtw_dbg_port()