X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fice%2Fbase%2Fice_status.h;h=3ca1b5db71be5c1c2850c70d20e3f82518eddb43;hb=872ba77bf7a20ee8e321f67463ab38ca4c429bb2;hp=7bcccd39a112313e083b69fe6229f81723c01471;hpb=c4afa96e4de1f9da0379022ad3f86ff2e34bc12b;p=dpdk.git diff --git a/drivers/net/ice/base/ice_status.h b/drivers/net/ice/base/ice_status.h index 7bcccd39a1..3ca1b5db71 100644 --- a/drivers/net/ice/base/ice_status.h +++ b/drivers/net/ice/base/ice_status.h @@ -1,5 +1,5 @@ /* SPDX-License-Identifier: BSD-3-Clause - * Copyright(c) 2001-2020 + * Copyright(c) 2001-2020 Intel Corporation */ #ifndef _ICE_STATUS_H_ @@ -42,6 +42,7 @@ enum ice_status { ICE_ERR_AQ_FULL = -102, ICE_ERR_AQ_NO_WORK = -103, ICE_ERR_AQ_EMPTY = -104, + ICE_ERR_AQ_FW_CRITICAL = -105, }; #endif /* _ICE_STATUS_H_ */