Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/
Duli526x.c139 dma_addr_t first_rx_desc_dma; member
1278 db->first_rx_desc_dma = db->first_tx_desc_dma + sizeof(struct tx_desc) * TX_DESC_CNT; in uli526x_descriptor_init()
1281 uw32(DCR3, db->first_rx_desc_dma); /* RX DESC address */ in uli526x_descriptor_init()
1302 tmp_rx_dma=db->first_rx_desc_dma; in uli526x_descriptor_init()
1310 (--tmp_rx)->rdes3 = cpu_to_le32(db->first_rx_desc_dma); in uli526x_descriptor_init()
Ddmfe.c217 dma_addr_t first_rx_desc_dma; member
1374 db->first_rx_desc_dma = db->first_tx_desc_dma + in dmfe_descriptor_init()
1378 dw32(DCR3, db->first_rx_desc_dma); /* RX DESC address */ in dmfe_descriptor_init()
1399 tmp_rx_dma=db->first_rx_desc_dma; in dmfe_descriptor_init()
1407 (--tmp_rx)->rdes3 = cpu_to_le32(db->first_rx_desc_dma); in dmfe_descriptor_init()