Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Dbwc_complex.c357 first_subm = &cmatcher->complex->submatchers[0]; in hws_isolated_table_create()
397 subm = &cmatcher->complex->submatchers[0]; in hws_submatcher_init_first()
447 subm = &cmatcher->complex->submatchers[idx]; in hws_submatcher_init()
516 subm = &cmatcher->complex->submatchers[idx]; in hws_submatcher_destroy()
538 struct mlx5hws_context *ctx = cdata->submatchers[0].tbl->ctx; in hws_complex_data_actions_init()
763 subm = &cdata->submatchers[subm_idx]; in hws_complex_subrule_create()
778 cdata->submatchers[subm_idx + 1].action_tbl; in hws_complex_subrule_create()
810 subm = &cdata->submatchers[subm_idx]; in hws_complex_subrule_destroy()
871 subm = &cdata->submatchers[i]; in mlx5hws_bwc_rule_create_complex()
1089 isolated_tbl = cdata->submatchers[i].tbl; in mlx5hws_bwc_matcher_complex_move_first()
H A Dbwc_complex.h52 submatchers[MLX5HWS_BWC_COMPLEX_MAX_SUBMATCHERS]; member