Searched defs:tid_ampdu_rx (Results 1 – 1 of 1) sorted by relevance
214 struct tid_ampdu_rx { struct215 struct rcu_head rcu_head;216 spinlock_t reorder_lock;217 u64 reorder_buf_filtered;218 struct sk_buff_head *reorder_buf;219 unsigned long *reorder_time;220 struct sta_info *sta;221 struct timer_list session_timer;222 struct timer_list reorder_timer;223 unsigned long last_rx;[all …]