Searched refs:tx_desc_dma (Results 1 – 11 of 11) sorted by relevance
| /linux-4.4.14/drivers/net/ethernet/hisilicon/ |
| D | hip04_eth.c | 163 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.4.14/drivers/net/ethernet/broadcom/ |
| D | bcm63xx_enet.h | 209 dma_addr_t tx_desc_dma; member
|
| D | bcm63xx_enet.c | 962 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() 2185 p = dma_alloc_coherent(kdev, size, &priv->tx_desc_dma, GFP_KERNEL); in bcm_enetsw_open() 2269 enet_dmas_writel(priv, priv->tx_desc_dma, in bcm_enetsw_open() 2381 priv->tx_desc_cpu, priv->tx_desc_dma); in bcm_enetsw_open() 2443 priv->tx_desc_cpu, priv->tx_desc_dma); in bcm_enetsw_stop()
|
| /linux-4.4.14/drivers/net/ethernet/marvell/ |
| D | pxa168_eth.c | 224 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()
|
| D | mv643xx_eth.c | 370 dma_addr_t tx_desc_dma; member 487 addr = (u32)txq->tx_desc_dma; in txq_reset_hw_ptr() 1064 expected_ptr = (u32)txq->tx_desc_dma + in txq_kick() 2071 txq->tx_desc_dma = mp->tx_desc_sram_addr; in txq_init() 2074 size, &txq->tx_desc_dma, in txq_init() 2097 txd->next_desc_ptr = txq->tx_desc_dma + in txq_init() 2127 txq->tx_desc_area, txq->tx_desc_dma); in txq_init() 2145 txq->tx_desc_area, txq->tx_desc_dma); in txq_deinit()
|
| /linux-4.4.14/drivers/net/ethernet/aurora/ |
| D | nb8800.h | 306 dma_addr_t tx_desc_dma; member
|
| D | nb8800.c | 785 priv->tx_desc_dma); in nb8800_dma_free() 858 &priv->tx_desc_dma, GFP_KERNEL); in nb8800_dma_init() 868 priv->tx_desc_dma + i * sizeof(struct nb8800_tx_desc); in nb8800_dma_init()
|
| /linux-4.4.14/drivers/net/ethernet/renesas/ |
| D | sh_eth.h | 507 dma_addr_t tx_desc_dma; member
|
| D | ravb_main.c | 213 priv->tx_desc_dma[q]); in ravb_ring_free() 266 tx_desc->dptr = cpu_to_le32((u32)priv->tx_desc_dma[q]); in ravb_ring_format() 277 desc->dptr = cpu_to_le32((u32)priv->tx_desc_dma[q]); in ravb_ring_format() 324 &priv->tx_desc_dma[q], in ravb_ring_init()
|
| D | ravb.h | 785 dma_addr_t tx_desc_dma[NUM_TX_QUEUE]; member
|
| D | sh_eth.c | 1153 mdp->tx_desc_dma); in sh_eth_ring_free() 1229 sh_eth_write(ndev, mdp->tx_desc_dma, TDLAR); in sh_eth_ring_format() 1232 sh_eth_write(ndev, mdp->tx_desc_dma, TDFAR); in sh_eth_ring_format() 1277 mdp->tx_ring = dma_alloc_coherent(NULL, tx_ringsize, &mdp->tx_desc_dma, in sh_eth_ring_init()
|