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.h301 ice_bst_tcam_match(struct ice_bst_tcam_item *tcam_table, u8 *pat);
303 ice_bst_tcam_search(struct ice_bst_tcam_item *tcam_table,
H A Dice_parser.c610 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()
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()