Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/altera/
Daltera_sgdma.c23 static void sgdma_setup_descrip(struct sgdma_descrip __iomem *desc,
24 struct sgdma_descrip __iomem *ndesc,
34 struct sgdma_descrip __iomem *desc);
40 struct sgdma_descrip __iomem *desc);
44 struct sgdma_descrip __iomem *desc);
74 priv->sgdmadesclen = sizeof(struct sgdma_descrip); in sgdma_initialize()
182 struct sgdma_descrip __iomem *descbase = in sgdma_tx_buffer()
183 (struct sgdma_descrip __iomem *)priv->tx_dma_desc; in sgdma_tx_buffer()
185 struct sgdma_descrip __iomem *cdesc = &descbase[0]; in sgdma_tx_buffer()
186 struct sgdma_descrip __iomem *ndesc = &descbase[1]; in sgdma_tx_buffer()
[all …]
Daltera_sgdmahw.h21 struct sgdma_descrip { struct
105 #define sgdma_descroffs(a) (offsetof(struct sgdma_descrip, a))