Home
last modified time | relevance | path

Searched refs:tcam_table (Results 1 – 2 of 2) sorted by relevance

/dpdk/drivers/net/ice/base/
H A Dice_bst_tcam.h30 ice_bst_tcam_match(struct ice_bst_tcam_item *tcam_table, u8 *pat);
32 ice_bst_tcam_search(struct ice_bst_tcam_item *tcam_table,
H A Dice_bst_tcam.c249 ice_bst_tcam_match(struct ice_bst_tcam_item *tcam_table, u8 *pat) in ice_bst_tcam_match() argument
254 struct ice_bst_tcam_item *item = &tcam_table[i]; in ice_bst_tcam_match()
277 ice_bst_tcam_search(struct ice_bst_tcam_item *tcam_table, in ice_bst_tcam_search() argument
286 return &tcam_table[lbl_table[i].idx]; in ice_bst_tcam_search()