Home
last modified time | relevance | path

Searched refs:dma_tx_phy (Results 1 – 14 of 14) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/stmicro/stmmac/
H A Ddwmac100_dma.c42 dma_addr_t dma_tx_phy, u32 chan) in dwmac100_dma_init_tx() argument
45 writel(lower_32_bits(dma_tx_phy), ioaddr + DMA_TX_BASE_ADDR); in dwmac100_dma_init_tx()
H A Dstmmac_uio.c160 dma_free_coherent(priv->device, size, addr, tx_q->dma_tx_phy); in uio_free_dma_tx_desc_resources()
242 &tx_q->dma_tx_phy, GFP_KERNEL); in uio_alloc_dma_tx_desc_resources()
402 tx_q->dma_tx_phy, chan); in rockchip_gmac_uio_init_dma_engine()
404 tx_q->tx_tail_addr = tx_q->dma_tx_phy; in rockchip_gmac_uio_init_dma_engine()
971 uio->mem[2].addr = priv->tx_queue[0].dma_tx_phy; in rockchip_gmac_uio_probe()
H A Ddwmac1000_dma.c123 dma_addr_t dma_tx_phy, u32 chan) in dwmac1000_dma_init_tx() argument
126 writel(lower_32_bits(dma_tx_phy), ioaddr + DMA_TX_BASE_ADDR); in dwmac1000_dma_init_tx()
H A Ddwmac4_dma.c91 dma_addr_t dma_tx_phy, u32 chan) in dwmac4_dma_init_tx_chan() argument
105 writel(upper_32_bits(dma_tx_phy), in dwmac4_dma_init_tx_chan()
108 writel(lower_32_bits(dma_tx_phy), ioaddr + DMA_CHAN_TX_BASE_ADDR(chan)); in dwmac4_dma_init_tx_chan()
H A Ddwmac-rk-tool.c61 dma_addr_t dma_tx_phy; member
705 lb_priv->tx_tail_addr = lb_priv->dma_tx_phy + sizeof(*desc); in dwmac_rk_xmit()
1045 &lb_priv->dma_tx_phy, in dwmac_rk_alloc_dma_desc_resources()
1065 lb_priv->dma_tx, lb_priv->dma_tx_phy); in dwmac_rk_free_dma_desc_resources()
1108 lb_priv->dma_tx_phy, chan); in dwmac_rk_init_dma_engine()
1110 lb_priv->tx_tail_addr = lb_priv->dma_tx_phy; in dwmac_rk_init_dma_engine()
H A Dchain_mode.c156 p->des3 = cpu_to_le32((unsigned int)((tx_q->dma_tx_phy + in clean_desc3()
H A Dstmmac_main.c1226 tx_q->dma_tx_phy, desc_size); in stmmac_display_tx_rings()
1522 (u32)tx_q->dma_tx_phy); in init_dma_tx_desc_rings()
1528 tx_q->dma_tx_phy, in init_dma_tx_desc_rings()
1532 tx_q->dma_tx_phy, in init_dma_tx_desc_rings()
1693 dma_free_coherent(priv->device, size, addr, tx_q->dma_tx_phy); in free_dma_tx_desc_resources()
1818 &tx_q->dma_tx_phy, GFP_KERNEL); in alloc_dma_tx_desc_resources()
2177 tx_q->dma_tx_phy, chan); in stmmac_tx_err()
2422 tx_q->dma_tx_phy, chan); in stmmac_init_dma_engine()
2424 tx_q->tx_tail_addr = tx_q->dma_tx_phy; in stmmac_init_dma_engine()
3408 tx_q->tx_tail_addr = tx_q->dma_tx_phy + (tx_q->cur_tx * desc_size); in stmmac_tso_xmit()
[all …]
H A Dstmmac.h59 dma_addr_t dma_tx_phy; member
H A Ddwmac-sun8i.c302 dma_addr_t dma_tx_phy, u32 chan) in sun8i_dwmac_dma_init_tx() argument
305 writel(lower_32_bits(dma_tx_phy), ioaddr + EMAC_TX_DESC_LIST); in sun8i_dwmac_dma_init_tx()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/calxeda/
H A Dxgmac.c369 dma_addr_t dma_tx_phy; member
753 &priv->dma_tx_phy, in xgmac_dma_desc_rings_init()
761 (unsigned int)priv->dma_rx_phy, (unsigned int)priv->dma_tx_phy); in xgmac_dma_desc_rings_init()
773 writel(priv->dma_tx_phy, priv->base + XGMAC_DMA_TX_BASE_ADDR); in xgmac_dma_desc_rings_init()
846 priv->dma_tx, priv->dma_tx_phy); in xgmac_free_dma_desc_rings()
926 writel(priv->dma_tx_phy, priv->base + XGMAC_DMA_TX_BASE_ADDR); in xgmac_tx_timeout_work()
/OK3568_Linux_fs/external/dpdk/gmac/kernel4.19/
H A Dkernel_net_stmmac.diff248 + tx_q->dma_tx, tx_q->dma_tx_phy);
252 + tx_q->dma_etx, tx_q->dma_tx_phy);
333 + &tx_q->dma_tx_phy,
342 + &tx_q->dma_tx_phy,
656 + tx_q->dma_tx_phy, chan);
658 + tx_q->tx_tail_addr = tx_q->dma_tx_phy;
1196 + uio->mem[2].addr = priv->tx_queue[0].dma_tx_phy;
/OK3568_Linux_fs/external/dpdk/gmac/kernel5.10/
H A Dkernel_net_stmmac.diff243 + dma_free_coherent(priv->device, size, addr, tx_q->dma_tx_phy);
325 + &tx_q->dma_tx_phy, GFP_KERNEL);
485 + tx_q->dma_tx_phy, chan);
487 + tx_q->tx_tail_addr = tx_q->dma_tx_phy;
1054 + uio->mem[2].addr = priv->tx_queue[0].dma_tx_phy;
/OK3568_Linux_fs/kernel/drivers/net/ethernet/samsung/sxgbe/
H A Dsxgbe_common.h380 dma_addr_t dma_tx_phy; member
H A Dsxgbe_main.c406 &tx_ring->dma_tx_phy, GFP_KERNEL); in init_tx_ring()
433 tx_ring->dma_tx, tx_ring->dma_tx_phy); in init_tx_ring()
551 tx_ring->dma_tx, tx_ring->dma_tx_phy); in free_tx_ring()
966 (priv->txq[queue_num])->dma_tx_phy, in sxgbe_init_dma_engine()