Searched defs:tid_ampdu_rx (Results 1 – 1 of 1) sorted by relevance
194 struct tid_ampdu_rx { struct195 struct rcu_head rcu_head;196 spinlock_t reorder_lock;197 struct sk_buff_head *reorder_buf;198 unsigned long *reorder_time;199 struct timer_list session_timer;200 struct timer_list reorder_timer;201 unsigned long last_rx;202 u16 head_seq_num;203 u16 stored_mpdu_num;[all …]