Lines Matching defs:mt76_queue
120 struct mt76_queue { struct
121 struct mt76_queue_regs __iomem *regs; argument
124 struct mt76_queue_entry *entry; argument
125 struct mt76_desc *desc;
127 u16 first;
128 u16 head;
129 u16 tail;
130 int ndesc;
131 int queued;
132 int buf_size;
133 bool stopped;
135 u8 buf_offset;
136 u8 hw_idx;
160 struct mt76_queue_ops { argument
163 int (*alloc)(struct mt76_dev *dev, struct mt76_queue *q, argument