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
Kirill Smelkov
linux
Commits
e58c2f0e
Commit
e58c2f0e
authored
Jun 14, 2002
by
Jes Sorensen
Committed by
David S. Miller
Jun 14, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tigon3: Use unsigned type for dest_idx_unmasked in tg3_recycle_rx.
parent
6d089f76
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
drivers/net/tg3.c
drivers/net/tg3.c
+1
-1
No files found.
drivers/net/tg3.c
View file @
e58c2f0e
...
...
@@ -1678,7 +1678,7 @@ static int tg3_alloc_rx_skb(struct tg3 *tp, u32 opaque_key,
* tg3_alloc_rx_skb for full details.
*/
static
void
tg3_recycle_rx
(
struct
tg3
*
tp
,
u32
opaque_key
,
int
src_idx
,
int
dest_idx_unmasked
)
int
src_idx
,
u32
dest_idx_unmasked
)
{
struct
tg3_rx_buffer_desc
*
src_desc
,
*
dest_desc
;
struct
ring_info
*
src_map
,
*
dest_map
;
...
...
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