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
ff2de51b
Commit
ff2de51b
authored
Nov 23, 2013
by
Andrew Rybchenko
Committed by
Ben Hutchings
Dec 12, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sfc: remove unused 'refcnt' from efx_rx_page_state
Signed-off-by:
Ben Hutchings
<
bhutchings@solarflare.com
>
parent
fbd79120
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
drivers/net/ethernet/sfc/net_driver.h
drivers/net/ethernet/sfc/net_driver.h
+0
-3
No files found.
drivers/net/ethernet/sfc/net_driver.h
View file @
ff2de51b
...
@@ -288,12 +288,9 @@ struct efx_rx_buffer {
...
@@ -288,12 +288,9 @@ struct efx_rx_buffer {
* Used to facilitate sharing dma mappings between recycled rx buffers
* Used to facilitate sharing dma mappings between recycled rx buffers
* and those passed up to the kernel.
* and those passed up to the kernel.
*
*
* @refcnt: Number of struct efx_rx_buffer's referencing this page.
* When refcnt falls to zero, the page is unmapped for dma
* @dma_addr: The dma address of this page.
* @dma_addr: The dma address of this page.
*/
*/
struct
efx_rx_page_state
{
struct
efx_rx_page_state
{
unsigned
refcnt
;
dma_addr_t
dma_addr
;
dma_addr_t
dma_addr
;
unsigned
int
__pad
[
0
]
____cacheline_aligned
;
unsigned
int
__pad
[
0
]
____cacheline_aligned
;
...
...
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