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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsungem.h999 int tx_fifo_sz; member in struct:gem
H A Dsungem.c2008 gp->tx_fifo_sz = readl(gp->regs + TXDMA_FSZ) * 64;
2087 gp->tx_fifo_sz = readl(gp->regs + TXDMA_FSZ) * 64;
2092 if (gp->tx_fifo_sz != (9 * 1024) ||
2095 gp->tx_fifo_sz, gp->rx_fifo_sz);
2100 if (gp->tx_fifo_sz != (2 * 1024) ||
2103 gp->tx_fifo_sz, gp->rx_fifo_sz);

Completed in 112 milliseconds