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