Lines Matching refs:next_descriptor
146 dma_descriptor_t *next_descriptor = NULL; in dma_mcux_lpc_queue_descriptors() local
175 next_descriptor = in dma_mcux_lpc_queue_descriptors()
186 next_descriptor = NULL; in dma_mcux_lpc_queue_descriptors()
191 next_descriptor = &data->dma_descriptor_table[ in dma_mcux_lpc_queue_descriptors()
197 next_descriptor = data->dma_descriptor_table; in dma_mcux_lpc_queue_descriptors()
205 next_descriptor = data->curr_descriptor->linkToNextDesc; in dma_mcux_lpc_queue_descriptors()
239 if (next_descriptor) { in dma_mcux_lpc_queue_descriptors()
260 (void *)next_descriptor); in dma_mcux_lpc_queue_descriptors()
262 data->curr_descriptor = next_descriptor; in dma_mcux_lpc_queue_descriptors()
284 next_descriptor = data->dma_descriptor_table; in dma_mcux_lpc_queue_descriptors()
306 (void *)next_descriptor); in dma_mcux_lpc_queue_descriptors()