Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmlx5hws_matcher.c869 col_matcher->num_of_mt = matcher->num_of_mt; in hws_matcher_create_col_matcher()
993 u8 num_of_mt, in hws_matcher_set_templates() argument
1001 if (!num_of_mt || !num_of_at) { in hws_matcher_set_templates()
1006 matcher->mt = kcalloc(num_of_mt, sizeof(*matcher->mt), GFP_KERNEL); in hws_matcher_set_templates()
1019 for (i = 0; i < num_of_mt; i++) in hws_matcher_set_templates()
1025 matcher->num_of_mt = num_of_mt; in hws_matcher_set_templates()
1045 u8 num_of_mt, in mlx5hws_matcher_create() argument
1065 ret = hws_matcher_set_templates(matcher, mt, num_of_mt, at, num_of_at); in mlx5hws_matcher_create()
1155 if (src_matcher->num_of_mt != dst_matcher->num_of_mt) { in hws_matcher_resize_precheck()
1166 for (i = 0; i < src_matcher->num_of_mt; i++) { in hws_matcher_resize_precheck()
H A Dmlx5hws_matcher.h74 u8 num_of_mt; member
H A Dmlx5hws_debug.c50 for (i = 0; i < matcher->num_of_mt; i++) { in hws_debug_dump_matcher_match_template()
133 matcher->num_of_mt, in hws_debug_dump_matcher()
H A Dmlx5hws.h384 u8 num_of_mt,
H A Dmlx5hws_rule.c730 if (unlikely(!(matcher->num_of_mt >= mt_idx) || in mlx5hws_rule_create()