Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_matcher.c50 uint16_t tmpl_id; in ulp_matcher_pattern_match() local
63 tmpl_id = ulp_class_sig_tbl[class_hid]; in ulp_matcher_pattern_match()
64 if (!tmpl_id) in ulp_matcher_pattern_match()
67 class_match = &ulp_class_match_list[tmpl_id]; in ulp_matcher_pattern_match()
111 uint16_t tmpl_id; in ulp_matcher_action_match() local
121 tmpl_id = ulp_act_sig_tbl[act_hid]; in ulp_matcher_action_match()
122 if (!tmpl_id) in ulp_matcher_action_match()
125 act_match = &ulp_act_match_list[tmpl_id]; in ulp_matcher_action_match()