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

/drivers/net/ethernet/sun/
H A Dsungem.c1951 gp->tx_fifo_sz = readl(gp->regs + TXDMA_FSZ) * 64;
2030 gp->tx_fifo_sz = readl(gp->regs + TXDMA_FSZ) * 64;
2035 if (gp->tx_fifo_sz != (9 * 1024) ||
2038 gp->tx_fifo_sz, gp->rx_fifo_sz);
2043 if (gp->tx_fifo_sz != (2 * 1024) ||
2046 gp->tx_fifo_sz, gp->rx_fifo_sz);
H A Dsungem.h989 int tx_fifo_sz; member in struct:gem

Completed in 81 milliseconds