Home
last modified time | relevance | path

Searched refs:msgdma_sw_desc (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/dma/
H A Daltera-msgdma.c160 struct msgdma_sw_desc { struct
184 struct msgdma_sw_desc *sw_desq; argument
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) in msgdma_get_descriptor()
212 struct msgdma_sw_desc *desc; in msgdma_get_descriptor()
216 desc = list_first_entry(&mdev->free_list, struct msgdma_sw_desc, node); in msgdma_get_descriptor()
231 struct msgdma_sw_desc *desc) in msgdma_free_descriptor()
233 struct msgdma_sw_desc *child, *next; in msgdma_free_descriptor()
251 struct msgdma_sw_desc *desc, *next; in msgdma_free_desc_list()
307 struct msgdma_sw_desc *new; in msgdma_tx_submit()
[all …]