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

/linux-4.4.14/drivers/net/ethernet/dec/tulip/
H A Duli526x.c149 dma_addr_t first_rx_desc_dma; member in struct:uli526x_board_info
1320 db->first_rx_desc_dma = db->first_tx_desc_dma + sizeof(struct tx_desc) * TX_DESC_CNT; uli526x_descriptor_init()
1323 uw32(DCR3, db->first_rx_desc_dma); /* RX DESC address */ uli526x_descriptor_init()
1344 tmp_rx_dma=db->first_rx_desc_dma; uli526x_descriptor_init()
1352 (--tmp_rx)->rdes3 = cpu_to_le32(db->first_rx_desc_dma); uli526x_descriptor_init()
H A Ddmfe.c230 dma_addr_t first_rx_desc_dma; member in struct:dmfe_board_info
1394 db->first_rx_desc_dma = db->first_tx_desc_dma + dmfe_descriptor_init()
1398 dw32(DCR3, db->first_rx_desc_dma); /* RX DESC address */ dmfe_descriptor_init()
1419 tmp_rx_dma=db->first_rx_desc_dma; dmfe_descriptor_init()
1427 (--tmp_rx)->rdes3 = cpu_to_le32(db->first_rx_desc_dma); dmfe_descriptor_init()

Completed in 78 milliseconds