Searched defs:tid_ampdu_rx (Results 1 – 1 of 1) sorted by relevance
242 struct tid_ampdu_rx { struct243 struct rcu_head rcu_head;244 spinlock_t reorder_lock;245 u64 reorder_buf_filtered;246 struct sk_buff_head *reorder_buf;247 unsigned long *reorder_time;248 struct sta_info *sta;249 struct timer_list session_timer;250 struct timer_list reorder_timer;251 unsigned long last_rx;[all …]