|
@@ -148,7 +148,6 @@ enum efx_loopback_mode {
|
|
|
* @RESET_TYPE_DISABLE: Reset datapath, MAC and PHY; leave NIC disabled
|
|
|
* @RESET_TYPE_TX_WATCHDOG: reset due to TX watchdog
|
|
|
* @RESET_TYPE_INT_ERROR: reset due to internal error
|
|
|
- * @RESET_TYPE_RX_RECOVERY: reset to recover from RX datapath errors
|
|
|
* @RESET_TYPE_DMA_ERROR: DMA error
|
|
|
* @RESET_TYPE_TX_SKIP: hardware completed empty tx descriptors
|
|
|
* @RESET_TYPE_MC_FAILURE: MC reboot/assertion
|
|
@@ -166,15 +165,13 @@ enum reset_type {
|
|
|
RESET_TYPE_MAX_METHOD,
|
|
|
RESET_TYPE_TX_WATCHDOG,
|
|
|
RESET_TYPE_INT_ERROR,
|
|
|
- RESET_TYPE_RX_RECOVERY,
|
|
|
RESET_TYPE_DMA_ERROR,
|
|
|
RESET_TYPE_TX_SKIP,
|
|
|
RESET_TYPE_MC_FAILURE,
|
|
|
/* RESET_TYPE_MCDI_TIMEOUT is actually a method, not just a reason, but
|
|
|
* it doesn't fit the scope hierarchy (not well-ordered by inclusion).
|
|
|
* We encode this by having its enum value be greater than
|
|
|
- * RESET_TYPE_MAX_METHOD. This also prevents issuing it with
|
|
|
- * efx_ioctl_reset.
|
|
|
+ * RESET_TYPE_MAX_METHOD.
|
|
|
*/
|
|
|
RESET_TYPE_MCDI_TIMEOUT,
|
|
|
RESET_TYPE_MAX,
|