Lines Matching refs:dma_tx
370 struct xgmac_dma_desc *dma_tx; member
760 priv->dma_tx = dma_alloc_coherent(priv->device, in xgmac_dma_desc_rings_init()
765 if (!priv->dma_tx) in xgmac_dma_desc_rings_init()
770 priv->dma_rx, priv->dma_tx, in xgmac_dma_desc_rings_init()
781 desc_init_tx_desc(priv->dma_tx, DMA_TX_RING_SZ); in xgmac_dma_desc_rings_init()
832 p = priv->dma_tx + i; in xgmac_free_tx_skbufs()
853 if (priv->dma_tx) { in xgmac_free_dma_desc_rings()
856 priv->dma_tx, priv->dma_tx_phy); in xgmac_free_dma_desc_rings()
857 priv->dma_tx = NULL; in xgmac_free_dma_desc_rings()
881 struct xgmac_dma_desc *p = priv->dma_tx + entry; in xgmac_tx_complete()
933 desc_init_tx_desc(priv->dma_tx, DMA_TX_RING_SZ); in xgmac_tx_timeout_work()
1102 desc = priv->dma_tx + entry; in xgmac_xmit()
1125 desc = priv->dma_tx + entry; in xgmac_xmit()
1163 desc = priv->dma_tx + entry; in xgmac_xmit()