Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/ti/
H A Ddavinci_cpdma.c67 struct cpdma_desc { struct
109 struct cpdma_desc __iomem *head, *tail;
280 struct cpdma_desc __iomem *desc) in desc_phys()
287 static inline struct cpdma_desc __iomem *
293 static struct cpdma_desc __iomem *
296 return (struct cpdma_desc __iomem *) in cpdma_desc_alloc()
981 struct cpdma_desc __iomem *desc) in __cpdma_chan_submit()
984 struct cpdma_desc __iomem *prev = chan->tail; in __cpdma_chan_submit()
1021 struct cpdma_desc __iomem *desc; in cpdma_chan_submit_si()
1194 struct cpdma_desc __iomem *desc, in __cpdma_chan_free()
[all …]
/openbmc/u-boot/drivers/net/ti/
H A Dcpsw.c175 struct cpdma_desc { struct
187 struct cpdma_desc *head, *tail; argument
231 struct cpdma_desc *descs;
232 struct cpdma_desc *desc_free;
574 static struct cpdma_desc *cpdma_desc_alloc(struct cpsw_priv *priv) in cpdma_desc_alloc()
576 struct cpdma_desc *desc = priv->desc_free; in cpdma_desc_alloc()
583 static void cpdma_desc_free(struct cpsw_priv *priv, struct cpdma_desc *desc) in cpdma_desc_free()
594 struct cpdma_desc *desc, *prev; in cpdma_submit()
639 struct cpdma_desc *desc = chan->head; in cpdma_process()