Searched refs:k3_dma_desc_sw (Results 1 – 1 of 1) sorted by relevance
70 struct k3_dma_desc_sw { struct95 struct k3_dma_desc_sw *ds_run; argument96 struct k3_dma_desc_sw *ds_done;281 struct k3_dma_desc_sw *ds = in k3_dma_start_txd()282 container_of(vd, struct k3_dma_desc_sw, vd); in k3_dma_start_txd()400 bytes = container_of(vd, struct k3_dma_desc_sw, vd)->size; in k3_dma_tx_status()404 struct k3_dma_desc_sw *ds = p->ds_run; in k3_dma_tx_status()448 static void k3_dma_fill_desc(struct k3_dma_desc_sw *ds, dma_addr_t dst, in k3_dma_fill_desc()462 static struct k3_dma_desc_sw *k3_dma_alloc_desc_resource(int num, in k3_dma_alloc_desc_resource()466 struct k3_dma_desc_sw *ds; in k3_dma_alloc_desc_resource()[all …]