]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ice/base/ice_flex_pipe.h
net/ice/base: add helper function for boost TCAM match
[dpdk.git] / drivers / net / ice / base / ice_flex_pipe.h
index 045a77c607967eaeab58b8639ff93353658ef477..9733c4b214b5917252918f9d56e175ca9dd2c6a6 100644 (file)
@@ -99,4 +99,7 @@ ice_pkg_enum_entry(struct ice_seg *ice_seg, struct ice_pkg_enum *state,
                   u32 sect_type, u32 *offset,
                   void *(*handler)(u32 sect_type, void *section,
                                    u32 index, u32 *offset));
+void *
+ice_pkg_enum_section(struct ice_seg *ice_seg, struct ice_pkg_enum *state,
+                    u32 sect_type);
 #endif /* _ICE_FLEX_PIPE_H_ */