Searched refs:NUM_TX_DMA (Results 1 – 2 of 2) sorted by relevance
14 #define NUM_TX_DMA 4 /* Au1x00 has 4 tx hardware descriptors */ macro74 struct tx_dma *tx_dma_ring[NUM_TX_DMA];76 struct db_dest *tx_db_inuse[NUM_TX_DMA];
605 for (i = 0; i < NUM_TX_DMA; i++) { in au1000_reset_mac_unlocked()643 for (i = 0; i < NUM_TX_DMA; i++) { in au1000_setup_hw_rings()881 aup->tx_tail = (aup->tx_tail + 1) & (NUM_TX_DMA - 1); in au1000_tx_ack()1009 aup->tx_head = (aup->tx_head + 1) & (NUM_TX_DMA - 1); in au1000_tx()1273 for (i = 0; i < NUM_TX_DMA; i++) { in au1000_probe()1321 for (i = 0; i < NUM_TX_DMA; i++) { in au1000_probe()1364 for (i = 0; i < NUM_TX_DMA; i++) in au1000_remove()