]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/ice/base/ice_bst_tcam.h
crypto/dpaa_sec: support authonly and chain with raw API
[dpdk.git] / drivers / net / ice / base / ice_bst_tcam.h
index a4ab40721fcb91c420bc4654221310e293aca60b..e4c96c439d94c72ded5db057ce0d21e92d15395b 100644 (file)
@@ -25,4 +25,11 @@ void ice_bst_tcam_dump(struct ice_hw *hw, struct ice_bst_tcam_item *item);
 struct ice_bst_tcam_item *ice_bst_tcam_table_get(struct ice_hw *hw);
 
 struct ice_lbl_item *ice_bst_lbl_table_get(struct ice_hw *hw);
+
+struct ice_bst_tcam_item *
+ice_bst_tcam_match(struct ice_bst_tcam_item *tcam_table, u8 *pat);
+struct ice_bst_tcam_item *
+ice_bst_tcam_search(struct ice_bst_tcam_item *tcam_table,
+                   struct ice_lbl_item *lbl_table,
+                   const char *prefix, u16 *start);
 #endif /*_ICE_BST_TCAM_H_ */