Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dmatcher.c536 for (i = 0; i < matcher->num_of_at; i++) { in hws_matcher_bind_at()
822 col_matcher->num_of_at = matcher->num_of_at; in hws_matcher_create_col_matcher()
918 matcher->num_of_at); in mlx5hws_matcher_attach_at()
933 matcher->at[matcher->num_of_at] = *at; in mlx5hws_matcher_attach_at()
934 matcher->num_of_at += 1; in mlx5hws_matcher_attach_at()
938 matcher->col_matcher->num_of_at = matcher->num_of_at; in mlx5hws_matcher_attach_at()
948 u8 num_of_at) in hws_matcher_set_templates() argument
954 if (!num_of_mt || !num_of_at) { in hws_matcher_set_templates()
975 for (i = 0; i < num_of_at; i++) in hws_matcher_set_templates()
979 matcher->num_of_at = num_of_at; in hws_matcher_set_templates()
[all …]
H A Dbwc.c102 bwc_matcher->num_of_at = 1; in mlx5hws_bwc_matcher_create_simple()
116 bwc_matcher->num_of_at, in mlx5hws_bwc_matcher_create_simple()
193 for (i = 0; i < bwc_matcher->num_of_at; i++) in mlx5hws_bwc_matcher_destroy_simple()
526 bwc_matcher->at[bwc_matcher->num_of_at] = in hws_bwc_matcher_extend_at()
532 bwc_matcher->num_of_at++; in hws_bwc_matcher_extend_at()
563 for (i = 1; i < bwc_matcher->num_of_at; i++) { in hws_bwc_matcher_find_at()
697 bwc_matcher->num_of_at, in hws_bwc_matcher_move()
803 at_idx = bwc_matcher->num_of_at - 1; in mlx5hws_bwc_rule_create_simple()
817 bwc_matcher->num_of_at--; in mlx5hws_bwc_rule_create_simple()
973 at_idx = bwc_matcher->num_of_at - 1; in hws_bwc_rule_action_update()
[all …]
H A Dbwc.h28 u8 num_of_at; member
H A Dmatcher.h74 u8 num_of_at; member
H A Dmlx5hws.h385 u8 num_of_at,
H A Ddebug.c75 for (i = 0; i < matcher->num_of_at; i++) { in hws_debug_dump_matcher_action_template()
H A Drule.c690 !(matcher->num_of_at >= at_idx) || in mlx5hws_rule_create()