Lines Matching defs:mt76_rx_tid
243 struct mt76_rx_tid { struct244 struct rcu_head rcu_head;246 struct mt76_dev *dev;248 spinlock_t lock;249 struct delayed_work reorder_work;251 u16 head;252 u16 size;253 u16 nframes;255 u8 num;257 u8 started:1, stopped:1, timer_pending:1;259 struct sk_buff *reorder_buf[];