Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/ice/
H A Dice_parser.h300 ice_bst_tcam_match(struct ice_bst_tcam_item *tcam_table, u8 *pat);
302 ice_bst_tcam_search(struct ice_bst_tcam_item *tcam_table,
H A Dice_parser.c602 * @tcam_table: the TCAM table
610 ice_bst_tcam_search(struct ice_bst_tcam_item *tcam_table, in ice_bst_tcam_search() argument
619 return &tcam_table[lbl_table[i].idx]; in ice_bst_tcam_search()
1409 * @tcam_table: boost tcam table to search
1415 ice_bst_tcam_match(struct ice_bst_tcam_item *tcam_table, u8 *pat) in ice_bst_tcam_match() argument
1420 struct ice_bst_tcam_item *item = &tcam_table[i]; in ice_bst_tcam_match()