Lines Matching defs:mt76_rx_tid
280 struct mt76_rx_tid { struct281 struct rcu_head rcu_head;283 struct mt76_dev *dev;285 spinlock_t lock;286 struct delayed_work reorder_work;288 u16 head;289 u16 size;290 u16 nframes;292 u8 num;294 u8 started:1, stopped:1, timer_pending:1;296 struct sk_buff *reorder_buf[];