Searched refs:rx_bd_base_phys (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/fs_enet/ |
H A D | mac-fec.c | 233 dma_addr_t rx_bd_base_phys, tx_bd_base_phys; in restart() local 272 rx_bd_base_phys = fep->ring_mem_addr; in restart() 273 tx_bd_base_phys = rx_bd_base_phys + sizeof(cbd_t) * fpi->rx_ring; in restart() 278 FW(fecp, r_des_start, rx_bd_base_phys); in restart()
|
H A D | mac-fcc.c | 251 dma_addr_t rx_bd_base_phys, tx_bd_base_phys; in restart() local 263 rx_bd_base_phys = fep->ring_mem_addr; in restart() 264 tx_bd_base_phys = rx_bd_base_phys + sizeof(cbd_t) * fpi->rx_ring; in restart() 267 W32(ep, fen_genfcc.fcc_rbase, rx_bd_base_phys); in restart()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/fs_enet/ |
H A D | mac-fec.c | 232 dma_addr_t rx_bd_base_phys, tx_bd_base_phys; in restart() local 271 rx_bd_base_phys = fep->ring_mem_addr; in restart() 272 tx_bd_base_phys = rx_bd_base_phys + sizeof(cbd_t) * fpi->rx_ring; in restart() 277 FW(fecp, r_des_start, rx_bd_base_phys); in restart()
|
H A D | mac-fcc.c | 249 dma_addr_t rx_bd_base_phys, tx_bd_base_phys; in restart() local 261 rx_bd_base_phys = fep->ring_mem_addr; in restart() 262 tx_bd_base_phys = rx_bd_base_phys + sizeof(cbd_t) * fpi->rx_ring; in restart() 265 W32(ep, fen_genfcc.fcc_rbase, rx_bd_base_phys); in restart()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/aeroflex/ |
H A D | greth.h | 117 dma_addr_t rx_bd_base_phys; member
|
H A D | greth.c | 330 GRETH_REGSAVE(greth->regs->rx_desc_p, greth->rx_bd_base_phys); in greth_init_rings() 1440 &greth->rx_bd_base_phys, in greth_of_probe() 1516 dma_free_coherent(greth->dev, 1024, greth->rx_bd_base, greth->rx_bd_base_phys); in greth_of_probe() 1534 dma_free_coherent(&of_dev->dev, 1024, greth->rx_bd_base, greth->rx_bd_base_phys); in greth_of_remove()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/aeroflex/ |
H A D | greth.h | 117 dma_addr_t rx_bd_base_phys; member
|
H A D | greth.c | 330 GRETH_REGSAVE(greth->regs->rx_desc_p, greth->rx_bd_base_phys); in greth_init_rings() 1441 &greth->rx_bd_base_phys, in greth_of_probe() 1516 dma_free_coherent(greth->dev, 1024, greth->rx_bd_base, greth->rx_bd_base_phys); in greth_of_probe() 1534 dma_free_coherent(&of_dev->dev, 1024, greth->rx_bd_base, greth->rx_bd_base_phys); in greth_of_remove()
|
Completed in 8 milliseconds