]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ice/base/ice_flex_type.h
net/ice/base: improve flow director masking
[dpdk.git] / drivers / net / ice / base / ice_flex_type.h
index 48c1e5184b0cfd66cf1d1e7991f7a53af3431a14..92d205ac7440369d7cc09119f82c389db9f734eb 100644 (file)
@@ -668,8 +668,8 @@ struct ice_masks {
        struct ice_lock lock;  /* lock to protect this structure */
        u16 first;      /* first mask owned by the PF */
        u16 count;      /* number of masks owned by the PF */
-#define ICE_PROFILE_MASK_COUNT 32
-       struct ice_mask masks[ICE_PROFILE_MASK_COUNT];
+#define ICE_PROF_MASK_COUNT 32
+       struct ice_mask masks[ICE_PROF_MASK_COUNT];
 };
 
 /* Tables per block */