Searched refs:tmp_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/tulip/
H A Ddmfe.c1349 dma_addr_t tmp_tx_dma, tmp_rx_dma; local
1373 tmp_tx_dma = db->first_tx_desc_dma;
1379 tmp_tx_dma += sizeof(struct tx_desc);
1380 tmp_tx->tdes3 = cpu_to_le32(tmp_tx_dma);
H A Duli526x.c1195 dma_addr_t tmp_tx_dma, tmp_rx_dma; local
1216 tmp_tx_dma = db->first_tx_desc_dma;
1222 tmp_tx_dma += sizeof(struct tx_desc);
1223 tmp_tx->tdes3 = cpu_to_le32(tmp_tx_dma);

Completed in 52 milliseconds