]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/bnxt/bnxt.h
net/bnxt: add driver register/unregister
[dpdk.git] / drivers / net / bnxt / bnxt.h
index 8cb7f5b76ed714f1e072a538c32e47591c715fa9..ed057efcf0a05a229b2e4ba4739233f1e9593578 100644 (file)
@@ -91,6 +91,7 @@ struct bnxt {
        struct rte_pci_device           *pdev;
 
        uint32_t                flags;
+#define BNXT_FLAG_REGISTERED   (1 << 0)
 #define BNXT_FLAG_VF           (1 << 1)
 #define BNXT_PF(bp)            (!((bp)->flags & BNXT_FLAG_VF))
 #define BNXT_VF(bp)            ((bp)->flags & BNXT_FLAG_VF)