Lines Matching defs:next
232 struct msgdma_sw_desc *child, *next;
236 list_for_each_entry_safe(child, next, &desc->tx_list, node) {
250 struct msgdma_sw_desc *desc, *next;
252 list_for_each_entry_safe(desc, next, list, node)
442 /* Fetch the next scatterlist entry */
536 struct msgdma_sw_desc *sdesc, *next;
540 list_for_each_entry_safe(sdesc, next, &desc->tx_list, node)
584 struct msgdma_sw_desc *desc, *next;
586 list_for_each_entry_safe(desc, next, &mdev->done_list, node) {
729 /* Start next transfer if the DMA controller is idle */