Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/freescale/fs_enet/
Dmac-fec.c253 dma_addr_t rx_bd_base_phys, tx_bd_base_phys; in restart() local
292 rx_bd_base_phys = fep->ring_mem_addr; in restart()
293 tx_bd_base_phys = rx_bd_base_phys + sizeof(cbd_t) * fpi->rx_ring; in restart()
298 FW(fecp, r_des_start, rx_bd_base_phys); in restart()
Dmac-fcc.c255 dma_addr_t rx_bd_base_phys, tx_bd_base_phys; in restart() local
267 rx_bd_base_phys = fep->ring_mem_addr; in restart()
268 tx_bd_base_phys = rx_bd_base_phys + sizeof(cbd_t) * fpi->rx_ring; in restart()
271 W32(ep, fen_genfcc.fcc_rbase, rx_bd_base_phys); in restart()
/linux-4.1.27/drivers/net/ethernet/aeroflex/
Dgreth.h116 dma_addr_t rx_bd_base_phys; member
Dgreth.c332 GRETH_REGSAVE(greth->regs->rx_desc_p, greth->rx_bd_base_phys); in greth_init_rings()
1480 &greth->rx_bd_base_phys, in greth_of_probe()
1557 dma_free_coherent(greth->dev, 1024, greth->rx_bd_base, greth->rx_bd_base_phys); in greth_of_probe()
1575 dma_free_coherent(&of_dev->dev, 1024, greth->rx_bd_base, greth->rx_bd_base_phys); in greth_of_remove()