Searched defs:ppc440spe_adma_desc_slot (Results 1 – 1 of 1) sorted by relevance
146 struct ppc440spe_adma_desc_slot { struct148 struct ppc440spe_adma_desc_slot *group_head; argument149 struct ppc440spe_adma_desc_slot *hw_next; argument150 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 …]