Home
last modified time | relevance | path

Searched refs:lli_list (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/dma/
Dowl-dma.c167 struct list_head lli_list; member
341 list_add_tail(&next->node, &txd->lli_list); in owl_dma_add_lli()
464 lli = list_first_entry(&txd->lli_list, in owl_dma_start_next_txd()
591 list_for_each_entry_safe(lli, _lli, &txd->lli_list, node) in owl_dma_free_txd()
650 list_for_each_entry(lli, &txd->lli_list, node) { in owl_dma_getbytes_chan()
653 list_for_each_entry(lli, &txd->lli_list, node) in owl_dma_getbytes_chan()
684 list_for_each_entry(lli, &txd->lli_list, node) in owl_dma_tx_status()
744 INIT_LIST_HEAD(&txd->lli_list); in owl_dma_prep_memcpy()