Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/dec/tulip/
H A Duli526x.c139 dma_addr_t first_rx_desc_dma; member
1281 db->first_rx_desc_dma = db->first_tx_desc_dma + sizeof(struct tx_desc) * TX_DESC_CNT; in uli526x_descriptor_init()
1284 uw32(DCR3, db->first_rx_desc_dma); /* RX DESC address */ in uli526x_descriptor_init()
1305 tmp_rx_dma=db->first_rx_desc_dma; in uli526x_descriptor_init()
1313 (--tmp_rx)->rdes3 = cpu_to_le32(db->first_rx_desc_dma); in uli526x_descriptor_init()
H A Ddmfe.c217 dma_addr_t first_rx_desc_dma; member
1373 db->first_rx_desc_dma = db->first_tx_desc_dma + in dmfe_descriptor_init()
1377 dw32(DCR3, db->first_rx_desc_dma); /* RX DESC address */ in dmfe_descriptor_init()
1398 tmp_rx_dma=db->first_rx_desc_dma; in dmfe_descriptor_init()
1406 (--tmp_rx)->rdes3 = cpu_to_le32(db->first_rx_desc_dma); in dmfe_descriptor_init()