Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/calxeda/
H A Dxgmac.c369 dma_addr_t dma_tx_phy; member
751 &priv->dma_tx_phy, in xgmac_dma_desc_rings_init()
759 (unsigned int)priv->dma_rx_phy, (unsigned int)priv->dma_tx_phy); in xgmac_dma_desc_rings_init()
771 writel(priv->dma_tx_phy, priv->base + XGMAC_DMA_TX_BASE_ADDR); in xgmac_dma_desc_rings_init()
844 priv->dma_tx, priv->dma_tx_phy); in xgmac_free_dma_desc_rings()
924 writel(priv->dma_tx_phy, priv->base + XGMAC_DMA_TX_BASE_ADDR); in xgmac_tx_timeout_work()
/linux/drivers/net/ethernet/stmicro/stmmac/
H A Dchain_mode.c154 p->des3 = cpu_to_le32((unsigned int)((tx_q->dma_tx_phy + in clean_desc3()
H A Dstmmac.h81 dma_addr_t dma_tx_phy; member
H A Dstmmac_main.c397 tx_tail_addr = tx_q->dma_tx_phy + index * desc_size; in stmmac_set_queue_tx_tail_ptr()
1530 tx_q->dma_tx_phy, desc_size); in stmmac_display_tx_rings()
2026 (u32)tx_q->dma_tx_phy); in __init_dma_tx_desc_rings()
2032 tx_q->dma_tx_phy, in __init_dma_tx_desc_rings()
2036 tx_q->dma_tx_phy, in __init_dma_tx_desc_rings()
2217 dma_free_coherent(priv->device, size, addr, tx_q->dma_tx_phy); in __free_dma_tx_desc_resources()
2373 &tx_q->dma_tx_phy, GFP_KERNEL); in __alloc_dma_tx_desc_resources()
3026 tx_q->dma_tx_phy, chan); in stmmac_tx_err()
3319 tx_q->dma_tx_phy, chan); in stmmac_init_dma_engine()
6552 priv->dma_conf.dma_tx_size, 1, seq, tx_q->dma_tx_phy); in stmmac_rings_status_show()
[all …]
/linux/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()
549 tx_ring->dma_tx, tx_ring->dma_tx_phy); in free_tx_ring()
967 (priv->txq[queue_num])->dma_tx_phy, in sxgbe_init_dma_engine()