Lines Matching defs:msgdma_sw_desc
153 * struct msgdma_sw_desc - implements a sw descriptor
159 struct msgdma_sw_desc {
183 struct msgdma_sw_desc *sw_desq;
201 #define tx_to_desc(tx) container_of(tx, struct msgdma_sw_desc, async_tx)
209 static struct msgdma_sw_desc *msgdma_get_descriptor(struct msgdma_device *mdev)
211 struct msgdma_sw_desc *desc;
215 desc = list_first_entry(&mdev->free_list, struct msgdma_sw_desc, node);
230 struct msgdma_sw_desc *desc)
232 struct msgdma_sw_desc *child, *next;
250 struct msgdma_sw_desc *desc, *next;
306 struct msgdma_sw_desc *new;
335 struct msgdma_sw_desc *new, *first = NULL;
394 struct msgdma_sw_desc *new, *first = NULL;
496 struct msgdma_sw_desc *desc)
534 struct msgdma_sw_desc *desc)
536 struct msgdma_sw_desc *sdesc, *next;
550 struct msgdma_sw_desc *desc;
556 struct msgdma_sw_desc, node);
584 struct msgdma_sw_desc *desc, *next;
611 struct msgdma_sw_desc *desc;
614 struct msgdma_sw_desc, node);
657 struct msgdma_sw_desc *desc;