Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/aeroflex/
Dgreth.h117 dma_addr_t tx_bd_base_phys; member
Dgreth.c331 GRETH_REGSAVE(greth->regs->tx_desc_p, greth->tx_bd_base_phys); in greth_init_rings()
1469 &greth->tx_bd_base_phys, in greth_of_probe()
1557 dma_free_coherent(greth->dev, 1024, greth->tx_bd_base, greth->tx_bd_base_phys); in greth_of_probe()
1575 dma_free_coherent(&of_dev->dev, 1024, greth->tx_bd_base, greth->tx_bd_base_phys); in greth_of_remove()
/linux-4.4.14/drivers/net/ethernet/freescale/fs_enet/
Dmac-fec.c253 dma_addr_t rx_bd_base_phys, tx_bd_base_phys; in restart() local
293 tx_bd_base_phys = rx_bd_base_phys + sizeof(cbd_t) * fpi->rx_ring; in restart()
299 FW(fecp, x_des_start, tx_bd_base_phys); in restart()
Dmac-fcc.c255 dma_addr_t rx_bd_base_phys, tx_bd_base_phys; in restart() local
268 tx_bd_base_phys = rx_bd_base_phys + sizeof(cbd_t) * fpi->rx_ring; in restart()
272 W32(ep, fen_genfcc.fcc_tbase, tx_bd_base_phys); in restart()