Lines Matching defs:mt76_queue
181 struct mt76_queue { struct
182 struct mt76_queue_regs __iomem *regs; argument
186 struct mt76_queue_entry *entry; argument
187 struct mt76_desc *desc;
189 u16 first;
190 u16 head;
191 u16 tail;
192 int ndesc;
193 int queued;
194 int buf_size;
195 bool stopped;
196 bool blocked;
198 u8 buf_offset;
199 u8 hw_idx;
200 u8 flags;
202 u32 wed_regs;
204 dma_addr_t desc_dma;
228 struct mt76_queue_ops { argument