Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/amd/
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];
Dau1000_eth.c605 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()