Lines Matching defs:owl_dma_lli
160 * struct owl_dma_lli - Link list for dma transfer
165 struct owl_dma_lli {
337 static u32 llc_hw_flen(struct owl_dma_lli *lli)
343 struct owl_dma_lli *lli)
349 static struct owl_dma_lli *owl_dma_alloc_lli(struct owl_dma *od)
351 struct owl_dma_lli *lli;
364 static struct owl_dma_lli *owl_dma_add_lli(struct owl_dma_txd *txd,
365 struct owl_dma_lli *prev,
366 struct owl_dma_lli *next,
382 struct owl_dma_lli *lli,
541 struct owl_dma_lli *lli;
554 struct owl_dma_lli, node);
678 struct owl_dma_lli *lli, *_lli;
775 struct owl_dma_lli *lli;
809 struct owl_dma_lli *lli;
874 struct owl_dma_lli *lli, *prev = NULL;
926 struct owl_dma_lli *lli, *prev = NULL;
991 struct owl_dma_lli *lli, *prev = NULL, *first = NULL;
1199 sizeof(struct owl_dma_lli),
1200 __alignof__(struct owl_dma_lli),