Lines Matching refs:lli
31 * @link_addr: physical address to next lli
32 * @virt_link_addr: virtual address of next lli (only used by pool_free)
33 * @phy_this: physical address of current lli (only used by pool_free)
46 * coh901318_pool_create() - Creates an dma pool for lli:s
49 * @lli_nbr: number of lli:s in the pool
50 * @algin: address alignemtn of lli:s
78 * @lli: reference to lli pointer to be freed
81 struct coh901318_lli **lli);
84 * coh901318_lli_fill_memcpy() - Prepares the lli:s for dma memcpy
86 * @lli: allocated lli
90 * @ctrl_chained: ctrl for chained lli
91 * @ctrl_last: ctrl for the last lli
92 * returns number of CPU interrupts for the lli, negative on error.
96 struct coh901318_lli *lli,
101 * coh901318_lli_fill_single() - Prepares the lli:s for dma single transfer
103 * @lli: allocated lli
107 * @ctrl_chained: ctrl for chained lli
108 * @ctrl_last: ctrl for the last lli
110 * returns number of CPU interrupts for the lli, negative on error.
114 struct coh901318_lli *lli,
120 * coh901318_lli_fill_single() - Prepares the lli:s for dma scatter list transfer
122 * @lli: allocated lli
126 * @ctrl_chained: ctrl for chained lli
127 * @ctrl: ctrl of middle lli
128 * @ctrl_last: ctrl for the last lli
131 * returns number of CPU interrupts for the lli, negative on error.
135 struct coh901318_lli *lli,