net/ice: support Rx scatter AVX2 vector
[dpdk.git] / drivers / net / i40e / base / i40e_type.h
index b362115..7ba62cc 100644 (file)
@@ -670,6 +670,7 @@ struct i40e_hw {
        u8 revision_id;
        u8 port;
        bool adapter_stopped;
+       bool adapter_closed;
 
        /* capabilities for entire device and PCI func */
        struct i40e_hw_capabilities dev_caps;
@@ -720,6 +721,7 @@ struct i40e_hw {
 #define I40E_HW_FLAG_802_1AD_CAPABLE        BIT_ULL(1)
 #define I40E_HW_FLAG_AQ_PHY_ACCESS_CAPABLE  BIT_ULL(2)
 #define I40E_HW_FLAG_NVM_READ_REQUIRES_LOCK BIT_ULL(3)
+#define I40E_HW_FLAG_FW_LLDP_STOPPABLE     BIT_ULL(4)
        u64 flags;
 
        /* Used in set switch config AQ command */