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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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.c477 for (i = 0; i < NUM_TX_DMA; i++) {
516 for (i = 0; i < NUM_TX_DMA; i++) {
759 for (i = 0; i < NUM_TX_DMA; i++) {
799 for (i = 0; i < NUM_TX_DMA; i++) {
1025 for (j = 0; j < NUM_TX_DMA; j++)
1080 aup->tx_tail = (aup->tx_tail + 1) & (NUM_TX_DMA - 1);
1143 aup->tx_head = (aup->tx_head + 1) & (NUM_TX_DMA - 1);

Completed in 56 milliseconds