Home
last modified time | relevance | path

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

/Linux-v4.19/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()
775 &priv->tx_desc_dma, GFP_KERNEL); in hip04_alloc_ring()
804 priv->tx_desc, priv->tx_desc_dma); in hip04_free_ring()
/Linux-v4.19/drivers/net/ethernet/broadcom/
Dbcm63xx_enet.h206 dma_addr_t tx_desc_dma; member
Dbcm63xx_enet.c958 p = dma_zalloc_coherent(kdev, size, &priv->tx_desc_dma, GFP_KERNEL); in bcm_enet_open()
1009 enet_dmas_writel(priv, priv->tx_desc_dma, in bcm_enet_open()
1014 enet_dmac_writel(priv, priv->tx_desc_dma, in bcm_enet_open()
1112 priv->tx_desc_cpu, priv->tx_desc_dma); in bcm_enet_open()
1230 priv->tx_desc_cpu, priv->tx_desc_dma); in bcm_enet_stop()
2143 p = dma_zalloc_coherent(kdev, size, &priv->tx_desc_dma, GFP_KERNEL); in bcm_enetsw_open()
2226 enet_dmas_writel(priv, priv->tx_desc_dma, in bcm_enetsw_open()
2335 priv->tx_desc_cpu, priv->tx_desc_dma); in bcm_enetsw_open()
2397 priv->tx_desc_cpu, priv->tx_desc_dma); in bcm_enetsw_stop()
/Linux-v4.19/drivers/net/ethernet/marvell/
Dpxa168_eth.c224 dma_addr_t tx_desc_dma; member
649 (u32) (pep->tx_desc_dma + tx_curr_desc * sizeof(struct tx_desc))); in eth_port_start()
1107 &pep->tx_desc_dma, in txq_init()
1114 p_tx_desc[i].next_desc_ptr = pep->tx_desc_dma + in txq_init()
1136 pep->p_tx_desc_area, pep->tx_desc_dma); in txq_deinit()
Dmv643xx_eth.c368 dma_addr_t tx_desc_dma; member
483 addr = (u32)txq->tx_desc_dma; in txq_reset_hw_ptr()
1060 expected_ptr = (u32)txq->tx_desc_dma + in txq_kick()
2075 txq->tx_desc_dma = mp->tx_desc_sram_addr; in txq_init()
2078 size, &txq->tx_desc_dma, in txq_init()
2101 txd->next_desc_ptr = txq->tx_desc_dma + in txq_init()
2131 txq->tx_desc_area, txq->tx_desc_dma); in txq_init()
2149 txq->tx_desc_area, txq->tx_desc_dma); in txq_deinit()
/Linux-v4.19/drivers/net/ethernet/aurora/
Dnb8800.h306 dma_addr_t tx_desc_dma; member
Dnb8800.c784 priv->tx_desc_dma); in nb8800_dma_free()
857 &priv->tx_desc_dma, GFP_KERNEL); in nb8800_dma_init()
867 priv->tx_desc_dma + i * sizeof(struct nb8800_tx_desc); in nb8800_dma_init()
/Linux-v4.19/drivers/net/ethernet/renesas/
Dsh_eth.h522 dma_addr_t tx_desc_dma; member
Dravb_main.c254 priv->tx_desc_dma[q]); in ravb_ring_free()
324 tx_desc->dptr = cpu_to_le32((u32)priv->tx_desc_dma[q]); in ravb_ring_format()
335 desc->dptr = cpu_to_le32((u32)priv->tx_desc_dma[q]); in ravb_ring_format()
385 &priv->tx_desc_dma[q], in ravb_ring_init()
Dravb.h1004 dma_addr_t tx_desc_dma[NUM_TX_QUEUE]; member
Dsh_eth.c1338 mdp->tx_desc_dma); in sh_eth_ring_free()
1417 sh_eth_write(ndev, mdp->tx_desc_dma, TDLAR); in sh_eth_ring_format()
1419 sh_eth_write(ndev, mdp->tx_desc_dma, TDFAR); in sh_eth_ring_format()
1465 &mdp->tx_desc_dma, GFP_KERNEL); in sh_eth_ring_init()