Lines Matching defs:tid_ampdu_rx
221 struct tid_ampdu_rx { struct
222 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;
231 u16 head_seq_num;
232 u16 stored_mpdu_num;
233 u16 ssn;
234 u16 buf_size;
235 u16 timeout;
236 u8 tid;
237 u8 auto_seq:1,
238 removed:1,
239 started:1;