/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/ |
H A D | pxa168_eth.c | 213 dma_addr_t tx_desc_dma; member 638 (u32) (pep->tx_desc_dma + tx_curr_desc * sizeof(struct tx_desc))); in eth_port_start() 1096 &pep->tx_desc_dma, in txq_init() 1103 p_tx_desc[i].next_desc_ptr = pep->tx_desc_dma + in txq_init() 1125 pep->p_tx_desc_area, pep->tx_desc_dma); in txq_deinit()
|
H A D | mv643xx_eth.c | 356 dma_addr_t tx_desc_dma; member 471 addr = (u32)txq->tx_desc_dma; in txq_reset_hw_ptr() 1042 expected_ptr = (u32)txq->tx_desc_dma + in txq_kick() 2051 txq->tx_desc_dma = mp->tx_desc_sram_addr; in txq_init() 2054 size, &txq->tx_desc_dma, in txq_init() 2077 txd->next_desc_ptr = txq->tx_desc_dma + in txq_init() 2107 txq->tx_desc_area, txq->tx_desc_dma); in txq_init() 2125 txq->tx_desc_area, txq->tx_desc_dma); in txq_deinit()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/ |
H A D | pxa168_eth.c | 213 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()
|
H A D | mv643xx_eth.c | 357 dma_addr_t tx_desc_dma; member 472 addr = (u32)txq->tx_desc_dma; in txq_reset_hw_ptr() 1045 expected_ptr = (u32)txq->tx_desc_dma + in txq_kick() 2062 txq->tx_desc_dma = mp->tx_desc_sram_addr; in txq_init() 2065 size, &txq->tx_desc_dma, in txq_init() 2088 txd->next_desc_ptr = txq->tx_desc_dma + in txq_init() 2118 txq->tx_desc_area, txq->tx_desc_dma); in txq_init() 2136 txq->tx_desc_area, txq->tx_desc_dma); in txq_deinit()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/ |
H A D | bcm63xx_enet.h | 206 dma_addr_t tx_desc_dma; member
|
H A D | bcm63xx_enet.c | 936 p = dma_alloc_coherent(kdev, size, &priv->tx_desc_dma, GFP_KERNEL); in bcm_enet_open() 987 enet_dmas_writel(priv, priv->tx_desc_dma, in bcm_enet_open() 992 enet_dmac_writel(priv, priv->tx_desc_dma, in bcm_enet_open() 1090 priv->tx_desc_cpu, priv->tx_desc_dma); in bcm_enet_open() 1208 priv->tx_desc_cpu, priv->tx_desc_dma); in bcm_enet_stop() 2116 p = dma_alloc_coherent(kdev, size, &priv->tx_desc_dma, GFP_KERNEL); in bcm_enetsw_open() 2199 enet_dmas_writel(priv, priv->tx_desc_dma, in bcm_enetsw_open() 2308 priv->tx_desc_cpu, priv->tx_desc_dma); in bcm_enetsw_open() 2370 priv->tx_desc_cpu, priv->tx_desc_dma); in bcm_enetsw_stop()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/ |
H A D | bcm63xx_enet.h | 206 dma_addr_t tx_desc_dma; member
|
H A D | bcm63xx_enet.c | 975 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() 2143 p = dma_alloc_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() 2324 priv->tx_desc_cpu, priv->tx_desc_dma); in bcm_enetsw_open() 2374 priv->tx_desc_cpu, priv->tx_desc_dma); in bcm_enetsw_stop()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aurora/ |
H A D | nb8800.h | 306 dma_addr_t tx_desc_dma; member
|
H A D | nb8800.c | 776 priv->tx_desc_dma); in nb8800_dma_free() 849 &priv->tx_desc_dma, GFP_KERNEL); in nb8800_dma_init() 859 priv->tx_desc_dma + i * sizeof(struct nb8800_tx_desc); in nb8800_dma_init()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/hisilicon/ |
H A D | hip04_eth.c | 227 dma_addr_t tx_desc_dma; member 540 phys = priv->tx_desc_dma + tx_head * sizeof(struct tx_desc); in hip04_mac_start_xmit() 857 &priv->tx_desc_dma, GFP_KERNEL); in hip04_alloc_ring() 886 priv->tx_desc, priv->tx_desc_dma); in hip04_free_ring()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/hisilicon/ |
H A D | hip04_eth.c | 227 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()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/renesas/ |
H A D | sh_eth.h | 523 dma_addr_t tx_desc_dma; member
|
H A D | ravb_main.c | 249 priv->tx_desc_dma[q]); in ravb_ring_free() 322 tx_desc->dptr = cpu_to_le32((u32)priv->tx_desc_dma[q]); in ravb_ring_format() 333 desc->dptr = cpu_to_le32((u32)priv->tx_desc_dma[q]); in ravb_ring_format() 383 &priv->tx_desc_dma[q], in ravb_ring_init()
|
H A D | sh_eth.c | 1308 mdp->tx_desc_dma); in sh_eth_ring_free() 1387 sh_eth_write(ndev, mdp->tx_desc_dma, TDLAR); in sh_eth_ring_format() 1389 sh_eth_write(ndev, mdp->tx_desc_dma, TDFAR); in sh_eth_ring_format() 1435 &mdp->tx_desc_dma, GFP_KERNEL); in sh_eth_ring_init()
|
H A D | ravb.h | 1004 dma_addr_t tx_desc_dma[NUM_TX_QUEUE]; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/renesas/ |
H A D | sh_eth.h | 539 dma_addr_t tx_desc_dma; member
|
H A D | ravb_main.c | 315 priv->tx_desc_dma[q]); in ravb_ring_free() 428 tx_desc->dptr = cpu_to_le32((u32)priv->tx_desc_dma[q]); in ravb_ring_format() 439 desc->dptr = cpu_to_le32((u32)priv->tx_desc_dma[q]); in ravb_ring_format() 512 &priv->tx_desc_dma[q], in ravb_ring_init()
|
H A D | sh_eth.c | 1308 mdp->tx_desc_dma); in sh_eth_ring_free() 1387 sh_eth_write(ndev, mdp->tx_desc_dma, TDLAR); in sh_eth_ring_format() 1389 sh_eth_write(ndev, mdp->tx_desc_dma, TDFAR); in sh_eth_ring_format() 1435 &mdp->tx_desc_dma, GFP_KERNEL); in sh_eth_ring_init()
|
H A D | ravb.h | 1062 dma_addr_t tx_desc_dma[NUM_TX_QUEUE]; member
|