Home
last modified time | relevance | path

Searched refs:next_lcla (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/dma/
H A Dste_dma40.c892 int next_lcla; in d40_log_lli_to_lcxa() local
895 next_lcla = d40_lcla_alloc_one(chan, desc); in d40_log_lli_to_lcxa()
897 next_lcla = linkback ? first_lcla : -EINVAL; in d40_log_lli_to_lcxa()
899 if (cyclic || next_lcla == -EINVAL) in d40_log_lli_to_lcxa()
907 next_lcla, flags); in d40_log_lli_to_lcxa()
912 * next_lcla fails... in d40_log_lli_to_lcxa()
917 next_lcla, flags); in d40_log_lli_to_lcxa()
929 curr_lcla = next_lcla; in d40_log_lli_to_lcxa()
/kernel/linux/linux-6.6/drivers/dma/
H A Dste_dma40.c917 int next_lcla; in d40_log_lli_to_lcxa() local
920 next_lcla = d40_lcla_alloc_one(chan, desc); in d40_log_lli_to_lcxa()
922 next_lcla = linkback ? first_lcla : -EINVAL; in d40_log_lli_to_lcxa()
924 if (cyclic || next_lcla == -EINVAL) in d40_log_lli_to_lcxa()
932 next_lcla, flags); in d40_log_lli_to_lcxa()
937 * next_lcla fails... in d40_log_lli_to_lcxa()
942 next_lcla, flags); in d40_log_lli_to_lcxa()
954 curr_lcla = next_lcla; in d40_log_lli_to_lcxa()

Completed in 9 milliseconds