Lines Matching defs:owl_dma_lli
159 * struct owl_dma_lli - Link list for dma transfer
164 struct owl_dma_lli {
336 static u32 llc_hw_flen(struct owl_dma_lli *lli)
342 struct owl_dma_lli *lli)
348 static struct owl_dma_lli *owl_dma_alloc_lli(struct owl_dma *od)
350 struct owl_dma_lli *lli;
363 static struct owl_dma_lli *owl_dma_add_lli(struct owl_dma_txd *txd,
364 struct owl_dma_lli *prev,
365 struct owl_dma_lli *next,
381 struct owl_dma_lli *lli,
540 struct owl_dma_lli *lli;
553 struct owl_dma_lli, node);
677 struct owl_dma_lli *lli, *_lli;
774 struct owl_dma_lli *lli;
808 struct owl_dma_lli *lli;
873 struct owl_dma_lli *lli, *prev = NULL;
925 struct owl_dma_lli *lli, *prev = NULL;
990 struct owl_dma_lli *lli, *prev = NULL, *first = NULL;
1197 sizeof(struct owl_dma_lli),
1198 __alignof__(struct owl_dma_lli),