Searched refs:DMA_TX_RING_SZ (Results 1 – 1 of 1) sorted by relevance
390 #define DMA_TX_RING_SZ 128 macro392 #define TX_THRESH (DMA_TX_RING_SZ/4)400 dma_ring_space((p)->tx_head, (p)->tx_tail, DMA_TX_RING_SZ)743 priv->tx_skbuff = kzalloc_objs(struct sk_buff *, DMA_TX_RING_SZ); in xgmac_dma_desc_rings_init()748 DMA_TX_RING_SZ * in xgmac_dma_desc_rings_init()768 desc_init_tx_desc(priv->dma_tx, DMA_TX_RING_SZ); in xgmac_dma_desc_rings_init()815 for (i = 0; i < DMA_TX_RING_SZ; i++) { in xgmac_free_tx_skbufs()842 DMA_TX_RING_SZ * sizeof(struct xgmac_dma_desc), in xgmac_free_dma_desc_rings()865 while (dma_ring_cnt(priv->tx_head, priv->tx_tail, DMA_TX_RING_SZ)) { in xgmac_tx_complete()891 priv->tx_tail = dma_ring_incr(entry, DMA_TX_RING_SZ); in xgmac_tx_complete()[all …]