Home
last modified time | relevance | path

Searched refs:NUM_TX_DMA (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/amd/
Dau1000_eth.h31 #define NUM_TX_DMA 4 /* Au1x00 has 4 tx hardware descriptors */ macro
91 struct tx_dma *tx_dma_ring[NUM_TX_DMA];
93 struct db_dest *tx_db_inuse[NUM_TX_DMA];
Dau1000_eth.c637 for (i = 0; i < NUM_TX_DMA; i++) { in au1000_reset_mac_unlocked()
675 for (i = 0; i < NUM_TX_DMA; i++) { in au1000_setup_hw_rings()
937 aup->tx_tail = (aup->tx_tail + 1) & (NUM_TX_DMA - 1); in au1000_tx_ack()
1068 aup->tx_head = (aup->tx_head + 1) & (NUM_TX_DMA - 1); in au1000_tx()
1342 for (i = 0; i < NUM_TX_DMA; i++) { in au1000_probe()
1390 for (i = 0; i < NUM_TX_DMA; i++) { in au1000_probe()
1432 for (i = 0; i < NUM_TX_DMA; i++) in au1000_remove()