Searched refs:dma_erx (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/ |
| H A D | stmmac_uio.c | 128 rx_q->dma_erx, rx_q->dma_rx_phy); in uio_free_dma_rx_desc_resources() 183 rx_q->dma_erx = dma_alloc_coherent(priv->device, in uio_alloc_dma_rx_desc_resources() 188 if (!rx_q->dma_erx) in uio_alloc_dma_rx_desc_resources()
|
| H A D | stmmac_main.c | 1188 head_rx = (void *)rx_q->dma_erx; in stmmac_display_rx_rings() 1272 stmmac_init_rx_desc(priv, &rx_q->dma_erx[i].basic, in stmmac_clear_rx_descriptors() 1460 p = &((rx_q->dma_erx + i)->basic); in init_dma_rx_desc_rings() 1476 stmmac_mode_init(priv, rx_q->dma_erx, in init_dma_rx_desc_rings() 1654 rx_q->dma_erx, rx_q->dma_rx_phy); in free_dma_rx_desc_resources() 1746 rx_q->dma_erx = dma_alloc_coherent(priv->device, in alloc_dma_rx_desc_resources() 1751 if (!rx_q->dma_erx) in alloc_dma_rx_desc_resources() 3719 p = (struct dma_desc *)(rx_q->dma_erx + entry); in stmmac_rx_refill() 3838 rx_head = (void *)rx_q->dma_erx; in stmmac_rx() 3877 p = (struct dma_desc *)(rx_q->dma_erx + entry); in stmmac_rx() [all …]
|
| H A D | stmmac.h | 77 struct dma_extended_desc *dma_erx; member
|
| /OK3568_Linux_fs/external/dpdk/gmac/kernel5.10/ |
| H A D | kernel_net_stmmac.diff | 211 + rx_q->dma_erx, rx_q->dma_rx_phy); 266 + rx_q->dma_erx = dma_alloc_coherent(priv->device, 271 + if (!rx_q->dma_erx)
|
| /OK3568_Linux_fs/external/dpdk/gmac/kernel4.19/ |
| H A D | kernel_net_stmmac.diff | 227 + rx_q->dma_erx, rx_q->dma_rx_phy); 278 + rx_q->dma_erx = dma_zalloc_coherent(priv->device, 284 + if (!rx_q->dma_erx)
|