Searched refs:sta_hash (Results 1 – 9 of 9) sorted by relevance
68 INIT_LIST_HEAD(&(pstapriv->sta_hash[i])); in _r8712_init_sta_priv()133 phash_list = &(pstapriv->sta_hash[index]); in r8712_alloc_stainfo()223 phead = &(pstapriv->sta_hash[index]); in r8712_free_all_stainfo()248 phead = &(pstapriv->sta_hash[index]); in r8712_get_stainfo()
107 struct list_head sta_hash[NUM_STA]; member
61 INIT_LIST_HEAD(&pstapriv->sta_hash[i]); in _rtw_init_sta_priv23a()95 phead = &pstapriv->sta_hash[index]; in _rtw_free_sta_priv23a()146 phash_list = &pstapriv->sta_hash[index]; in rtw_alloc_stainfo23a()340 phead = &pstapriv->sta_hash[index]; in rtw_free_all_stainfo23a()372 phead = &pstapriv->sta_hash[index]; in rtw_get_stainfo23a()
99 INIT_LIST_HEAD(&(pstapriv->sta_hash[i])); in _rtw_init_sta_priv()157 phead = &(pstapriv->sta_hash[index]); in _rtw_free_sta_priv()213 phash_list = &(pstapriv->sta_hash[index]); in rtw_alloc_stainfo()416 phead = &(pstapriv->sta_hash[index]); in rtw_free_all_stainfo()453 phead = &(pstapriv->sta_hash[index]); in rtw_get_stainfo()
854 phead = &(pstapriv->sta_hash[i]); in proc_get_all_sta_info()
182 struct sta_info *sta_hash[STA_HASH_SIZE]; member
100 sta->hnext = ap->sta_hash[STA_HASH(sta->addr)]; in ap_sta_hash_add()101 ap->sta_hash[STA_HASH(sta->addr)] = sta; in ap_sta_hash_add()108 s = ap->sta_hash[STA_HASH(sta->addr)]; in ap_sta_hash_del()111 ap->sta_hash[STA_HASH(sta->addr)] = s->hnext; in ap_sta_hash_del()959 s = ap->sta_hash[STA_HASH(sta)]; in ap_get_sta()
299 struct list_head sta_hash[NUM_STA]; member
314 struct list_head sta_hash[NUM_STA]; member