Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/net/
Ddmfe.c206 dma_addr_t first_tx_desc_dma; member
404 db->first_tx_desc_dma = db->desc_pool_dma_ptr; in dmfe_init_one()
1266 outl(db->first_tx_desc_dma, ioaddr + DCR4); /* TX DESC address */ in dmfe_descriptor_init()
1270 db->first_rx_desc_dma = db->first_tx_desc_dma + sizeof(struct tx_desc) * TX_DESC_CNT; in dmfe_descriptor_init()
1278 tmp_tx_dma = db->first_tx_desc_dma; in dmfe_descriptor_init()
1290 (--tmp_tx)->tdes3 = cpu_to_le32(db->first_tx_desc_dma); in dmfe_descriptor_init()