]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/i40e/base/i40e_type.h
net/i40e/base: add drop mode parameter to set MAC config
[dpdk.git] / drivers / net / i40e / base / i40e_type.h
index f0e4b667aa773825e874d6762a8b174b18884323..d20b0fe205557b8cb34e195f3836a489118ef45e 100644 (file)
@@ -743,6 +743,8 @@ struct i40e_hw {
 #define I40E_HW_FLAG_NVM_READ_REQUIRES_LOCK BIT_ULL(3)
 #define I40E_HW_FLAG_FW_LLDP_STOPPABLE     BIT_ULL(4)
 #define I40E_HW_FLAG_FW_LLDP_PERSISTENT     BIT_ULL(5)
+#define I40E_HW_FLAG_AQ_PHY_ACCESS_EXTENDED BIT_ULL(6)
+#define I40E_HW_FLAG_DROP_MODE             BIT_ULL(7)
        u64 flags;
 
        /* Used in set switch config AQ command */