Commit c2dbab39 authored by Ben Hutchings's avatar Ben Hutchings

sfc: Correct some comments on enum reset_type

Signed-off-by: default avatarBen Hutchings <bhutchings@solarflare.com>
parent b7f514af
...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment