Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/
H A Dau1000_eth.h14 #define NUM_TX_DMA 4 /* Au1x00 has 4 tx hardware descriptors */ macro
74 struct tx_dma *tx_dma_ring[NUM_TX_DMA];
76 struct db_dest *tx_db_inuse[NUM_TX_DMA];
H A Dau1000_eth.c601 for (i = 0; i < NUM_TX_DMA; i++) { in au1000_reset_mac_unlocked()
639 for (i = 0; i < NUM_TX_DMA; i++) { in au1000_setup_hw_rings()
874 aup->tx_tail = (aup->tx_tail + 1) & (NUM_TX_DMA - 1); in au1000_tx_ack()
1002 aup->tx_head = (aup->tx_head + 1) & (NUM_TX_DMA - 1); in au1000_tx()
1253 for (i = 0; i < NUM_TX_DMA; i++) { in au1000_probe()
1299 for (i = 0; i < NUM_TX_DMA; i++) { in au1000_probe()
1341 for (i = 0; i < NUM_TX_DMA; i++) in au1000_remove()