Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/altera/
Daltera_sgdma.c12 static void sgdma_setup_descrip(struct sgdma_descrip __iomem *desc,
13 struct sgdma_descrip __iomem *ndesc,
23 struct sgdma_descrip __iomem *desc);
29 struct sgdma_descrip __iomem *desc);
33 struct sgdma_descrip __iomem *desc);
169 struct sgdma_descrip __iomem *descbase = in sgdma_tx_buffer()
170 (struct sgdma_descrip __iomem *)priv->tx_dma_desc; in sgdma_tx_buffer()
172 struct sgdma_descrip __iomem *cdesc = &descbase[0]; in sgdma_tx_buffer()
173 struct sgdma_descrip __iomem *ndesc = &descbase[1]; in sgdma_tx_buffer()
230 struct sgdma_descrip __iomem *base = in sgdma_rx_status()
[all …]
Daltera_sgdmahw.h10 struct sgdma_descrip { struct
42 #define SGDMA_DESC_LEN sizeof(struct sgdma_descrip) argument
95 #define sgdma_descroffs(a) (offsetof(struct sgdma_descrip, a))