Home
last modified time | relevance | path

Searched defs:ppc440spe_adma_desc_slot (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/dma/ppc4xx/
Dadma.h146 struct ppc440spe_adma_desc_slot { struct
148 struct ppc440spe_adma_desc_slot *group_head; argument
149 struct ppc440spe_adma_desc_slot *hw_next; argument
150 struct dma_async_tx_descriptor async_tx;
151 struct list_head slot_node;
152 struct list_head chain_node; /* node in channel ops list */
153 struct list_head group_list; /* list */
154 unsigned int unmap_len;
155 void *hw_desc;
156 u16 stride;
[all …]