Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
784c0b68
Commit
784c0b68
authored
Mar 11, 2002
by
Arjan van de Ven
Committed by
Jeff Garzik
Mar 11, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase eepro100 net driver tx/rx ring sizes, to be more appropriate for 100mbit.
parent
a4188ba8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
drivers/net/eepro100.c
drivers/net/eepro100.c
+2
-2
No files found.
drivers/net/eepro100.c
View file @
784c0b68
...
@@ -64,8 +64,8 @@ static int debug = -1; /* The debug level */
...
@@ -64,8 +64,8 @@ static int debug = -1; /* The debug level */
/* A few values that may be tweaked. */
/* A few values that may be tweaked. */
/* The ring sizes should be a power of two for efficiency. */
/* The ring sizes should be a power of two for efficiency. */
#define TX_RING_SIZE
32
#define TX_RING_SIZE
64
#define RX_RING_SIZE
32
#define RX_RING_SIZE
64
/* How much slots multicast filter setup may take.
/* How much slots multicast filter setup may take.
Do not descrease without changing set_rx_mode() implementaion. */
Do not descrease without changing set_rx_mode() implementaion. */
#define TX_MULTICAST_SIZE 2
#define TX_MULTICAST_SIZE 2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment