Lines Matching defs:tid_ampdu_rx
214 struct tid_ampdu_rx { struct
215 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;
224 u16 head_seq_num;
225 u16 stored_mpdu_num;
226 u16 ssn;
227 u16 buf_size;
228 u16 timeout;
229 u8 tid;
230 u8 auto_seq:1,
231 removed:1,
232 started:1;