net/bnxt: fix crash when closing
[dpdk.git] / drivers / net / bnxt / bnxt.h
index c77ecef..07b4cf2 100644 (file)
@@ -175,6 +175,7 @@ struct bnxt {
        struct bnxt_pf_info             pf;
        struct bnxt_vf_info             vf;
        uint8_t                 port_partition_type;
+       uint8_t                 dev_stopped;
 };
 
 #endif