Searched refs:tx_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
298 tx_bd_base_phys = rx_bd_base_phys + sizeof(cbd_t) * fpi->rx_ring;
302 W32(ep, fen_genfcc.fcc_tbase, tx_bd_base_phys);
H A Dmac-fec.c259 dma_addr_t rx_bd_base_phys, tx_bd_base_phys; local
296 tx_bd_base_phys = rx_bd_base_phys + sizeof(cbd_t) * fpi->rx_ring;
302 FW(fecp, x_des_start, tx_bd_base_phys);

Completed in 100 milliseconds