Home
last modified time | relevance | path

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

/linux-4.4.14/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);
180 struct sgdma_descrip __iomem *descbase = in sgdma_tx_buffer()
181 (struct sgdma_descrip __iomem *)priv->tx_dma_desc; in sgdma_tx_buffer()
183 struct sgdma_descrip __iomem *cdesc = &descbase[0]; in sgdma_tx_buffer()
184 struct sgdma_descrip __iomem *ndesc = &descbase[1]; in sgdma_tx_buffer()
241 struct sgdma_descrip __iomem *base = in sgdma_rx_status()
[all …]
Daltera_sgdmahw.h21 struct sgdma_descrip { struct
53 #define SGDMA_DESC_LEN sizeof(struct sgdma_descrip) argument
106 #define sgdma_descroffs(a) (offsetof(struct sgdma_descrip, a))