Lines Matching defs:mt76_queue
144 struct mt76_queue { struct
145 struct mt76_queue_regs __iomem *regs; argument
149 struct mt76_queue_entry *entry; argument
150 struct mt76_desc *desc;
152 u16 first;
153 u16 head;
154 u16 tail;
155 int ndesc;
156 int queued;
157 int buf_size;
158 bool stopped;
159 bool blocked;
161 u8 buf_offset;
162 u8 hw_idx;
163 u8 qid;
165 dma_addr_t desc_dma;
189 struct mt76_queue_ops { argument