Lines Matching defs:mt76_queue
178 struct mt76_queue { struct
179 struct mt76_queue_regs __iomem *regs; argument
183 struct mt76_queue_entry *entry; argument
184 struct mt76_desc *desc;
186 u16 first;
187 u16 head;
188 u16 tail;
189 int ndesc;
190 int queued;
191 int buf_size;
192 bool stopped;
193 bool blocked;
195 u8 buf_offset;
196 u8 hw_idx;
197 u8 flags;
199 u32 wed_regs;
201 dma_addr_t desc_dma;
225 struct mt76_queue_ops { argument