Searched refs:tx_desc_dma (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dbcm63xx_enet.h181 dma_addr_t tx_desc_dma; member in struct:bcm_enet_priv
H A Dpxa168_eth.c212 dma_addr_t tx_desc_dma; member in struct:pxa168_eth_private
657 (u32) (pep->tx_desc_dma + tx_curr_desc * sizeof(struct tx_desc)));
1094 &pep->tx_desc_dma, GFP_KERNEL);
1104 p_tx_desc[i].next_desc_ptr = pep->tx_desc_dma +
1126 pep->p_tx_desc_area, pep->tx_desc_dma);
H A Dmv643xx_eth.c371 dma_addr_t tx_desc_dma; member in struct:tx_queue
485 addr = (u32)txq->tx_desc_dma;
913 expected_ptr = (u32)txq->tx_desc_dma +
1987 txq->tx_desc_dma = mp->tx_desc_sram_addr;
1990 size, &txq->tx_desc_dma,
2013 txd->next_desc_ptr = txq->tx_desc_dma +
2036 txq->tx_desc_area, txq->tx_desc_dma);
H A Dsh_eth.c531 ctrl_outl(mdp->tx_desc_dma, ioaddr + TDLAR);
533 ctrl_outl(mdp->tx_desc_dma, ioaddr + TDFAR);
591 mdp->tx_ring = dma_alloc_coherent(NULL, tx_ringsize, &mdp->tx_desc_dma,
1239 dma_free_coherent(NULL, ringsize, mdp->tx_ring, mdp->tx_desc_dma);
H A Dbcm63xx_enet.c877 p = dma_alloc_coherent(kdev, size, &priv->tx_desc_dma, GFP_KERNEL);
927 enet_dma_writel(priv, priv->tx_desc_dma,
1012 priv->tx_desc_cpu, priv->tx_desc_dma);
1129 priv->tx_desc_cpu, priv->tx_desc_dma);
H A Dsh_eth.h709 dma_addr_t tx_desc_dma; member in struct:sh_eth_private

Completed in 188 milliseconds