Lines Matching refs:more
207 int *len, u32 *info, bool *more) in mt76_dma_get_buf() argument
219 *more = !(ctl & MT_DMA_CTL_LAST_SEC0); in mt76_dma_get_buf()
233 int *len, u32 *info, bool *more) in mt76_dma_dequeue() argument
237 *more = false; in mt76_dma_dequeue()
247 return mt76_dma_get_buf(dev, q, idx, len, info, more); in mt76_dma_dequeue()
404 bool more; in mt76_dma_rx_cleanup() local
408 buf = mt76_dma_dequeue(dev, q, true, NULL, NULL, &more); in mt76_dma_rx_cleanup()
446 int len, bool more) in mt76_add_fragment() argument
456 if (more) in mt76_add_fragment()
469 bool more; in mt76_dma_rx_process() local
474 data = mt76_dma_dequeue(dev, q, false, &len, &info, &more); in mt76_dma_rx_process()
492 mt76_add_fragment(dev, q, data, len, more); in mt76_dma_rx_process()
511 if (more) { in mt76_dma_rx_process()