Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/broadcom/
Dbcm63xx_enet.h206 dma_addr_t tx_desc_dma; member
Dbcm63xx_enet.c975 p = dma_alloc_coherent(kdev, size, &priv->tx_desc_dma, GFP_KERNEL); in bcm_enet_open()
1026 enet_dmas_writel(priv, priv->tx_desc_dma, in bcm_enet_open()
1031 enet_dmac_writel(priv, priv->tx_desc_dma, in bcm_enet_open()
1118 priv->tx_desc_cpu, priv->tx_desc_dma); in bcm_enet_open()
1224 priv->tx_desc_cpu, priv->tx_desc_dma); in bcm_enet_stop()
2144 p = dma_alloc_coherent(kdev, size, &priv->tx_desc_dma, GFP_KERNEL); in bcm_enetsw_open()
2227 enet_dmas_writel(priv, priv->tx_desc_dma, in bcm_enetsw_open()
2325 priv->tx_desc_cpu, priv->tx_desc_dma); in bcm_enetsw_open()
2375 priv->tx_desc_cpu, priv->tx_desc_dma); in bcm_enetsw_stop()
/linux-6.1.9/drivers/net/ethernet/hisilicon/
Dhip04_eth.c227 dma_addr_t tx_desc_dma; member
540 phys = priv->tx_desc_dma + tx_head * sizeof(struct tx_desc); in hip04_mac_start_xmit()
861 &priv->tx_desc_dma, GFP_KERNEL); in hip04_alloc_ring()
890 priv->tx_desc, priv->tx_desc_dma); in hip04_free_ring()
/linux-6.1.9/drivers/net/ethernet/marvell/
Dpxa168_eth.c213 dma_addr_t tx_desc_dma; member
638 (u32) (pep->tx_desc_dma + tx_curr_desc * sizeof(struct tx_desc))); in eth_port_start()
1095 &pep->tx_desc_dma, in txq_init()
1102 p_tx_desc[i].next_desc_ptr = pep->tx_desc_dma + in txq_init()
1124 pep->p_tx_desc_area, pep->tx_desc_dma); in txq_deinit()
Dmv643xx_eth.c356 dma_addr_t tx_desc_dma; member
471 addr = (u32)txq->tx_desc_dma; in txq_reset_hw_ptr()
1044 expected_ptr = (u32)txq->tx_desc_dma + in txq_kick()
2061 txq->tx_desc_dma = mp->tx_desc_sram_addr; in txq_init()
2064 size, &txq->tx_desc_dma, in txq_init()
2087 txd->next_desc_ptr = txq->tx_desc_dma + in txq_init()
2117 txq->tx_desc_area, txq->tx_desc_dma); in txq_init()
2135 txq->tx_desc_area, txq->tx_desc_dma); in txq_deinit()
/linux-6.1.9/drivers/net/ethernet/renesas/
Dsh_eth.h539 dma_addr_t tx_desc_dma; member
Dravb.h1062 dma_addr_t tx_desc_dma[NUM_TX_QUEUE]; member
Dravb_main.c306 priv->tx_desc_dma[q]); in ravb_ring_free()
419 tx_desc->dptr = cpu_to_le32((u32)priv->tx_desc_dma[q]); in ravb_ring_format()
430 desc->dptr = cpu_to_le32((u32)priv->tx_desc_dma[q]); in ravb_ring_format()
503 &priv->tx_desc_dma[q], in ravb_ring_init()
Dsh_eth.c1310 mdp->tx_desc_dma); in sh_eth_ring_free()
1389 sh_eth_write(ndev, mdp->tx_desc_dma, TDLAR); in sh_eth_ring_format()
1391 sh_eth_write(ndev, mdp->tx_desc_dma, TDFAR); in sh_eth_ring_format()
1437 &mdp->tx_desc_dma, GFP_KERNEL); in sh_eth_ring_init()