Lines Matching refs:more
271 int *len, u32 *info, bool *more) in mt76_dma_get_buf() argument
283 *more = !(ctl & MT_DMA_CTL_LAST_SEC0); in mt76_dma_get_buf()
297 int *len, u32 *info, bool *more) in mt76_dma_dequeue() argument
301 *more = false; in mt76_dma_dequeue()
313 return mt76_dma_get_buf(dev, q, idx, len, info, more); in mt76_dma_dequeue()
476 bool more; in mt76_dma_rx_cleanup() local
480 buf = mt76_dma_dequeue(dev, q, true, NULL, NULL, &more); in mt76_dma_rx_cleanup()
518 int len, bool more) in mt76_add_fragment() argument
533 if (more) in mt76_add_fragment()
549 bool more; in mt76_dma_rx_process() local
554 data = mt76_dma_dequeue(dev, q, false, &len, &info, &more); in mt76_dma_rx_process()
572 mt76_add_fragment(dev, q, data, len, more); in mt76_dma_rx_process()
591 if (more) { in mt76_dma_rx_process()