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
c2dbab39
Commit
c2dbab39
authored
Jul 05, 2012
by
Ben Hutchings
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sfc: Correct some comments on enum reset_type
Signed-off-by:
Ben Hutchings
<
bhutchings@solarflare.com
>
parent
b7f514af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
drivers/net/ethernet/sfc/enum.h
drivers/net/ethernet/sfc/enum.h
+4
-4
No files found.
drivers/net/ethernet/sfc/enum.h
View file @
c2dbab39
...
@@ -136,10 +136,10 @@ enum efx_loopback_mode {
...
@@ -136,10 +136,10 @@ enum efx_loopback_mode {
*
*
* Reset methods are numbered in order of increasing scope.
* Reset methods are numbered in order of increasing scope.
*
*
* @RESET_TYPE_INVISIBLE:
don't reset the PHYs or interrupts
* @RESET_TYPE_INVISIBLE:
Reset datapath and MAC (Falcon only)
* @RESET_TYPE_ALL:
reset everything but PCI core blocks
* @RESET_TYPE_ALL:
Reset datapath, MAC and PHY
* @RESET_TYPE_WORLD:
reset everything, save & restore PCI config
* @RESET_TYPE_WORLD:
Reset as much as possible
* @RESET_TYPE_DISABLE:
disable NIC
* @RESET_TYPE_DISABLE:
Reset datapath, MAC and PHY; leave NIC disabled
* @RESET_TYPE_TX_WATCHDOG: reset due to TX watchdog
* @RESET_TYPE_TX_WATCHDOG: reset due to TX watchdog
* @RESET_TYPE_INT_ERROR: reset due to internal error
* @RESET_TYPE_INT_ERROR: reset due to internal error
* @RESET_TYPE_RX_RECOVERY: reset to recover from RX datapath errors
* @RESET_TYPE_RX_RECOVERY: reset to recover from RX datapath errors
...
...
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