summaryrefslogtreecommitdiffstats
path: root/drivers/net/sunqe.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/sunqe.h')
-rw-r--r--drivers/net/sunqe.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/sunqe.h b/drivers/net/sunqe.h
index 486e3b3ac..18b52feda 100644
--- a/drivers/net/sunqe.h
+++ b/drivers/net/sunqe.h
@@ -309,8 +309,8 @@ struct qe_txd {
(qp)->tx_old - (qp)->tx_new - (TX_RING_SIZE - SUN4C_TX_RING_SIZE))
-#define RX_COPY_THRESHOLD 128
-#define RX_BUF_ALLOC_SIZE (ETH_FRAME_LEN + (64 * 3))
+#define RX_COPY_THRESHOLD 256
+#define RX_BUF_ALLOC_SIZE (1546 + 64)
struct qe_init_block {
struct qe_rxd qe_rxd[RX_RING_MAXSIZE];