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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/fs_enet/
H A Dmac-fcc.c284 dma_addr_t rx_bd_base_phys, tx_bd_base_phys; local
297 rx_bd_base_phys = fep->ring_mem_addr;
298 tx_bd_base_phys = rx_bd_base_phys + sizeof(cbd_t) * fpi->rx_ring;
301 W32(ep, fen_genfcc.fcc_rbase, rx_bd_base_phys);
H A Dmac-fec.c259 dma_addr_t rx_bd_base_phys, tx_bd_base_phys; local
295 rx_bd_base_phys = fep->ring_mem_addr;
296 tx_bd_base_phys = rx_bd_base_phys + sizeof(cbd_t) * fpi->rx_ring;
301 FW(fecp, r_des_start, rx_bd_base_phys);

Completed in 50 milliseconds