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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dau1000_eth.h32 #define NUM_TX_DMA 4 /* Au1x00 has 4 tx hardware descriptors */ macro
92 volatile tx_dma_t *tx_dma_ring[NUM_TX_DMA];
94 db_dest_t *tx_db_inuse[NUM_TX_DMA];
H A Dau1000_eth.c491 for (i = 0; i < NUM_TX_DMA; i++) {
529 for (i = 0; i < NUM_TX_DMA; i++) {
787 aup->tx_tail = (aup->tx_tail + 1) & (NUM_TX_DMA - 1);
918 aup->tx_head = (aup->tx_head + 1) & (NUM_TX_DMA - 1);
1160 for (i = 0; i < NUM_TX_DMA; i++) {
1207 for (i = 0; i < NUM_TX_DMA; i++) {
1247 for (i = 0; i < NUM_TX_DMA; i++)

Completed in 31 milliseconds