Lines Matching refs:next
233 struct msgdma_sw_desc *child, *next;
237 list_for_each_entry_safe(child, next, &desc->tx_list, node) {
251 struct msgdma_sw_desc *desc, *next;
253 list_for_each_entry_safe(desc, next, list, node)
443 /* Fetch the next scatterlist entry */
537 struct msgdma_sw_desc *sdesc, *next;
541 list_for_each_entry_safe(sdesc, next, &desc->tx_list, node)
585 struct msgdma_sw_desc *desc, *next;
587 list_for_each_entry_safe(desc, next, &mdev->done_list, node) {
736 /* Start next transfer if the DMA controller is idle */