net/ena: rework RSS configuration
[dpdk.git] / drivers / net / qede / base / ecore_status.h
index 3af2b57..01cf9fd 100644 (file)
@@ -1,15 +1,15 @@
-/*
+/* SPDX-License-Identifier: BSD-3-Clause
  * Copyright (c) 2016 - 2018 Cavium Inc.
  * All rights reserved.
  * www.cavium.com
- *
- * See LICENSE.qede_pmd for copyright and licensing details.
  */
 
 #ifndef __ECORE_STATUS_H__
 #define __ECORE_STATUS_H__
 
 enum _ecore_status_t {
+       ECORE_NOENT = -15,
+       ECORE_CONN_REFUSED = -14,
        ECORE_CONN_RESET = -13,
        ECORE_UNKNOWN_ERROR  = -12,
        ECORE_NORESOURCES        = -11,