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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dsungem.h998 int tx_fifo_sz; member in struct:gem
H A Dsungem.c1997 gp->tx_fifo_sz = readl(gp->regs + TXDMA_FSZ) * 64;
2068 gp->tx_fifo_sz = readl(gp->regs + TXDMA_FSZ) * 64;
2073 if (gp->tx_fifo_sz != (9 * 1024) ||
2076 gp->tx_fifo_sz, gp->rx_fifo_sz);
2081 if (gp->tx_fifo_sz != (2 * 1024) ||
2084 gp->tx_fifo_sz, gp->rx_fifo_sz);

Completed in 68 milliseconds