Commit c2dbab39db1c3c2ccbdbb2c6bac6f07cc7a7c1f6

Authored by Ben Hutchings
1 parent b7f514af7d

sfc: Correct some comments on enum reset_type

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>

Showing 1 changed file with 4 additions and 4 deletions Side-by-side Diff

drivers/net/ethernet/sfc/enum.h
... ... @@ -136,10 +136,10 @@
136 136 *
137 137 * Reset methods are numbered in order of increasing scope.
138 138 *
139   - * @RESET_TYPE_INVISIBLE: don't reset the PHYs or interrupts
140   - * @RESET_TYPE_ALL: reset everything but PCI core blocks
141   - * @RESET_TYPE_WORLD: reset everything, save & restore PCI config
142   - * @RESET_TYPE_DISABLE: disable NIC
  139 + * @RESET_TYPE_INVISIBLE: Reset datapath and MAC (Falcon only)
  140 + * @RESET_TYPE_ALL: Reset datapath, MAC and PHY
  141 + * @RESET_TYPE_WORLD: Reset as much as possible
  142 + * @RESET_TYPE_DISABLE: Reset datapath, MAC and PHY; leave NIC disabled
143 143 * @RESET_TYPE_TX_WATCHDOG: reset due to TX watchdog
144 144 * @RESET_TYPE_INT_ERROR: reset due to internal error
145 145 * @RESET_TYPE_RX_RECOVERY: reset to recover from RX datapath errors