diff options
Diffstat (limited to 'drivers/net/ethernet/intel/ice/ice_status.h')
-rw-r--r-- | drivers/net/ethernet/intel/ice/ice_status.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/ethernet/intel/ice/ice_status.h b/drivers/net/ethernet/intel/ice/ice_status.h index f49f299ddf2c..683f48824a29 100644 --- a/drivers/net/ethernet/intel/ice/ice_status.h +++ b/drivers/net/ethernet/intel/ice/ice_status.h | |||
@@ -22,6 +22,7 @@ enum ice_status { | |||
22 | ICE_ERR_OUT_OF_RANGE = -13, | 22 | ICE_ERR_OUT_OF_RANGE = -13, |
23 | ICE_ERR_ALREADY_EXISTS = -14, | 23 | ICE_ERR_ALREADY_EXISTS = -14, |
24 | ICE_ERR_DOES_NOT_EXIST = -15, | 24 | ICE_ERR_DOES_NOT_EXIST = -15, |
25 | ICE_ERR_IN_USE = -16, | ||
25 | ICE_ERR_MAX_LIMIT = -17, | 26 | ICE_ERR_MAX_LIMIT = -17, |
26 | ICE_ERR_RESET_ONGOING = -18, | 27 | ICE_ERR_RESET_ONGOING = -18, |
27 | ICE_ERR_BUF_TOO_SHORT = -52, | 28 | ICE_ERR_BUF_TOO_SHORT = -52, |