diff options
Diffstat (limited to 'drivers/net/sfc/enum.h')
-rw-r--r-- | drivers/net/sfc/enum.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/sfc/enum.h b/drivers/net/sfc/enum.h index 7a9e79ab9313..b1f7a40ab15f 100644 --- a/drivers/net/sfc/enum.h +++ b/drivers/net/sfc/enum.h | |||
@@ -144,6 +144,7 @@ enum efx_loopback_mode { | |||
144 | * @RESET_TYPE_RX_DESC_FETCH: pcie error during rx descriptor fetch | 144 | * @RESET_TYPE_RX_DESC_FETCH: pcie error during rx descriptor fetch |
145 | * @RESET_TYPE_TX_DESC_FETCH: pcie error during tx descriptor fetch | 145 | * @RESET_TYPE_TX_DESC_FETCH: pcie error during tx descriptor fetch |
146 | * @RESET_TYPE_TX_SKIP: hardware completed empty tx descriptors | 146 | * @RESET_TYPE_TX_SKIP: hardware completed empty tx descriptors |
147 | * @RESET_TYPE_MC_FAILURE: MC reboot/assertion | ||
147 | */ | 148 | */ |
148 | enum reset_type { | 149 | enum reset_type { |
149 | RESET_TYPE_NONE = -1, | 150 | RESET_TYPE_NONE = -1, |
@@ -158,6 +159,7 @@ enum reset_type { | |||
158 | RESET_TYPE_RX_DESC_FETCH, | 159 | RESET_TYPE_RX_DESC_FETCH, |
159 | RESET_TYPE_TX_DESC_FETCH, | 160 | RESET_TYPE_TX_DESC_FETCH, |
160 | RESET_TYPE_TX_SKIP, | 161 | RESET_TYPE_TX_SKIP, |
162 | RESET_TYPE_MC_FAILURE, | ||
161 | RESET_TYPE_MAX, | 163 | RESET_TYPE_MAX, |
162 | }; | 164 | }; |
163 | 165 | ||