Lines Matching defs:mt76_rx_tid
359 struct mt76_rx_tid { struct360 struct rcu_head rcu_head;362 struct mt76_dev *dev;364 spinlock_t lock;365 struct delayed_work reorder_work;367 u16 head;368 u16 size;369 u16 nframes;371 u8 num;373 u8 started:1, stopped:1, timer_pending:1;375 struct sk_buff *reorder_buf[];