Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_matcher.c48 uint16_t tmpl_id; in ulp_matcher_pattern_match() local
60 tmpl_id = ulp_class_sig_tbl[class_hid]; in ulp_matcher_pattern_match()
61 if (!tmpl_id) in ulp_matcher_pattern_match()
64 class_match = &ulp_class_match_list[tmpl_id]; in ulp_matcher_pattern_match()
97 uint16_t tmpl_id; in ulp_matcher_action_match() local
106 tmpl_id = ulp_act_sig_tbl[act_hid]; in ulp_matcher_action_match()
107 if (!tmpl_id) in ulp_matcher_action_match()
110 act_match = &ulp_act_match_list[tmpl_id]; in ulp_matcher_action_match()