Searched refs:_sta (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/net/mac80211/ |
D | sta_info.h | 453 #define for_each_sta_info(local, _addr, _sta, nxt) \ argument 455 _sta = rcu_dereference(local->sta_hash[STA_HASH(_addr)]),\ 456 nxt = _sta ? rcu_dereference(_sta->hnext) : NULL; \ 458 for_each_sta_info_type_check(local, (_addr), _sta, nxt),\ 460 _sta; \ 462 _sta = nxt, \ 463 nxt = _sta ? rcu_dereference(_sta->hnext) : NULL \ 466 if (memcmp(_sta->sta.addr, (_addr), ETH_ALEN) == 0)
|
D | sta_info.c | 889 static void clear_sta_ps_flags(void *_sta) in clear_sta_ps_flags() argument 891 struct sta_info *sta = _sta; in clear_sta_ps_flags()
|
/linux-2.6.39/drivers/net/wireless/ |
D | mwl8k.c | 269 #define MWL8K_STA(_sta) ((struct mwl8k_sta *)&((_sta)->drv_priv)) argument
|