Lines Matching defs:tid_ampdu_rx
234 struct tid_ampdu_rx { struct
235 struct rcu_head rcu_head;
236 spinlock_t reorder_lock;
237 u64 reorder_buf_filtered;
238 struct sk_buff_head *reorder_buf;
239 unsigned long *reorder_time;
240 struct sta_info *sta;
241 struct timer_list session_timer;
242 struct timer_list reorder_timer;
243 unsigned long last_rx;
244 u16 head_seq_num;
245 u16 stored_mpdu_num;
246 u16 ssn;
247 u16 buf_size;
248 u16 timeout;
249 u8 tid;
250 u8 auto_seq:1,
251 removed:1,
252 started:1;