Lines Matching defs:msgdma_sw_desc
154 * struct msgdma_sw_desc - implements a sw descriptor
160 struct msgdma_sw_desc {
184 struct msgdma_sw_desc *sw_desq;
202 #define tx_to_desc(tx) container_of(tx, struct msgdma_sw_desc, async_tx)
210 static struct msgdma_sw_desc *msgdma_get_descriptor(struct msgdma_device *mdev)
212 struct msgdma_sw_desc *desc;
216 desc = list_first_entry(&mdev->free_list, struct msgdma_sw_desc, node);
231 struct msgdma_sw_desc *desc)
233 struct msgdma_sw_desc *child, *next;
251 struct msgdma_sw_desc *desc, *next;
307 struct msgdma_sw_desc *new;
336 struct msgdma_sw_desc *new, *first = NULL;
395 struct msgdma_sw_desc *new, *first = NULL;
497 struct msgdma_sw_desc *desc)
535 struct msgdma_sw_desc *desc)
537 struct msgdma_sw_desc *sdesc, *next;
551 struct msgdma_sw_desc *desc;
557 struct msgdma_sw_desc, node);
585 struct msgdma_sw_desc *desc, *next;
610 struct msgdma_sw_desc *desc;
613 struct msgdma_sw_desc, node);
656 struct msgdma_sw_desc *desc;