Searched defs:tid_ampdu_rx (Results 1 – 1 of 1) sorted by relevance
221 struct tid_ampdu_rx { struct222 struct rcu_head rcu_head;223 spinlock_t reorder_lock;224 u64 reorder_buf_filtered;225 struct sk_buff_head *reorder_buf;226 unsigned long *reorder_time;227 struct sta_info *sta;228 struct timer_list session_timer;229 struct timer_list reorder_timer;230 unsigned long last_rx;[all …]