]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/bnxt/bnxt.h
net/bnxt: inform firmware about IF state changes
[dpdk.git] / drivers / net / bnxt / bnxt.h
index 8797b032ee146170296f1c721d1439156f306b47..040cae3b19672d28c4a8b5826f8534058b38ecc5 100644 (file)
@@ -370,6 +370,8 @@ struct bnxt {
 #define BNXT_FLAG_STINGRAY     (1 << 14)
 #define BNXT_FLAG_FW_RESET     (1 << 15)
 #define BNXT_FLAG_FATAL_ERROR  (1 << 16)
+#define BNXT_FLAG_FW_CAP_IF_CHANGE     (1 << 17)
+#define BNXT_FLAG_IF_CHANGE_HOT_FW_RESET_DONE  (1 << 18)
 #define BNXT_FLAG_EXT_STATS_SUPPORTED  (1 << 29)
 #define BNXT_FLAG_NEW_RM       (1 << 30)
 #define BNXT_FLAG_INIT_DONE    (1U << 31)