Home
last modified time | relevance | path

Searched refs:tx_desc_dma (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/drivers/net/ethernet/hisilicon/
Dhip04_eth.c163 dma_addr_t tx_desc_dma; member
451 phys = priv->tx_desc_dma + tx_head * sizeof(struct tx_desc); in hip04_mac_start_xmit()
779 &priv->tx_desc_dma, GFP_KERNEL); in hip04_alloc_ring()
808 priv->tx_desc, priv->tx_desc_dma); in hip04_free_ring()
/linux-4.1.27/drivers/net/ethernet/broadcom/
Dbcm63xx_enet.h209 dma_addr_t tx_desc_dma; member
Dbcm63xx_enet.c962 p = dma_zalloc_coherent(kdev, size, &priv->tx_desc_dma, GFP_KERNEL); in bcm_enet_open()
1013 enet_dmas_writel(priv, priv->tx_desc_dma, in bcm_enet_open()
1018 enet_dmac_writel(priv, priv->tx_desc_dma, in bcm_enet_open()
1115 priv->tx_desc_cpu, priv->tx_desc_dma); in bcm_enet_open()
1232 priv->tx_desc_cpu, priv->tx_desc_dma); in bcm_enet_stop()
2181 p = dma_alloc_coherent(kdev, size, &priv->tx_desc_dma, GFP_KERNEL); in bcm_enetsw_open()
2265 enet_dmas_writel(priv, priv->tx_desc_dma, in bcm_enetsw_open()
2377 priv->tx_desc_cpu, priv->tx_desc_dma); in bcm_enetsw_open()
2439 priv->tx_desc_cpu, priv->tx_desc_dma); in bcm_enetsw_stop()
/linux-4.1.27/drivers/net/ethernet/marvell/
Dpxa168_eth.c224 dma_addr_t tx_desc_dma; member
652 (u32) (pep->tx_desc_dma + tx_curr_desc * sizeof(struct tx_desc))); in eth_port_start()
1114 &pep->tx_desc_dma, in txq_init()
1121 p_tx_desc[i].next_desc_ptr = pep->tx_desc_dma + in txq_init()
1143 pep->p_tx_desc_area, pep->tx_desc_dma); in txq_deinit()
Dmv643xx_eth.c370 dma_addr_t tx_desc_dma; member
487 addr = (u32)txq->tx_desc_dma; in txq_reset_hw_ptr()
1032 expected_ptr = (u32)txq->tx_desc_dma + in txq_kick()
2042 txq->tx_desc_dma = mp->tx_desc_sram_addr; in txq_init()
2045 size, &txq->tx_desc_dma, in txq_init()
2068 txd->next_desc_ptr = txq->tx_desc_dma + in txq_init()
2098 txq->tx_desc_area, txq->tx_desc_dma); in txq_init()
2116 txq->tx_desc_area, txq->tx_desc_dma); in txq_deinit()
/linux-4.1.27/drivers/net/ethernet/renesas/
Dsh_eth.h508 dma_addr_t tx_desc_dma; member
Dsh_eth.c1188 sh_eth_write(ndev, mdp->tx_desc_dma, TDLAR); in sh_eth_ring_format()
1191 sh_eth_write(ndev, mdp->tx_desc_dma, TDFAR); in sh_eth_ring_format()
1242 mdp->tx_ring = dma_alloc_coherent(NULL, tx_ringsize, &mdp->tx_desc_dma, in sh_eth_ring_init()
1277 mdp->tx_desc_dma); in sh_eth_free_dma_buffer()