Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 129799
b: refs/heads/master
c: a13b278
h: refs/heads/master
i:
  129797: fc2cc88
  129795: 6993564
  129791: bb48d71
v: v3
  • Loading branch information
Phil Sutter authored and David S. Miller committed Jan 15, 2009
1 parent 70804e5 commit b64147a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: b96ecfa689126d1e652ebd758da0b5b9b27dbd12
refs/heads/master: a13b27826a67bfc0ca444fb42885f2069b6898e2
5 changes: 4 additions & 1 deletion trunk/drivers/net/korina.c
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@
#define KORINA_NUM_RDS 64 /* number of receive descriptors */
#define KORINA_NUM_TDS 64 /* number of transmit descriptors */

#define KORINA_RBSIZE 536 /* size of one resource buffer = Ether MTU */
/* KORINA_RBSIZE is the hardware's default maximum receive
* frame size in bytes. Having this hardcoded means that there
* is no support for MTU sizes greater than 1500. */
#define KORINA_RBSIZE 1536 /* size of one resource buffer = Ether MTU */
#define KORINA_RDS_MASK (KORINA_NUM_RDS - 1)
#define KORINA_TDS_MASK (KORINA_NUM_TDS - 1)
#define RD_RING_SIZE (KORINA_NUM_RDS * sizeof(struct dma_desc))
Expand Down

0 comments on commit b64147a

Please sign in to comment.