Searched defs:tid_ampdu_rx (Results 1 – 1 of 1) sorted by relevance
233 struct tid_ampdu_rx { struct234 struct rcu_head rcu_head;235 spinlock_t reorder_lock;236 u64 reorder_buf_filtered;237 struct sk_buff_head *reorder_buf;238 unsigned long *reorder_time;239 struct sta_info *sta;240 struct timer_list session_timer;241 struct timer_list reorder_timer;242 unsigned long last_rx;[all …]