Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_ste_v1.c601 u32 *added_stes, in dr_ste_v1_arr_init_next_match() argument
606 (*added_stes)++; in dr_ste_v1_arr_init_next_match()
616 u32 *added_stes, in dr_ste_v1_arr_init_next_match_range() argument
619 dr_ste_v1_arr_init_next_match(last_ste, added_stes, gvmi); in dr_ste_v1_arr_init_next_match_range()
628 u32 *added_stes) in dr_ste_v1_set_actions_tx() argument
637 dr_ste_v1_arr_init_next_match(&last_ste, added_stes, in dr_ste_v1_set_actions_tx()
654 dr_ste_v1_arr_init_next_match(&last_ste, added_stes, in dr_ste_v1_set_actions_tx()
689 dr_ste_v1_arr_init_next_match(&last_ste, added_stes, attr->gvmi); in dr_ste_v1_set_actions_tx()
703 dr_ste_v1_arr_init_next_match(&last_ste, added_stes, attr->gvmi); in dr_ste_v1_set_actions_tx()
784 u32 *added_stes) in dr_ste_v1_set_actions_rx() argument
[all …]
H A Ddr_ste_v1.h22 struct mlx5dr_ste_actions_attr *attr, u32 *added_stes);
25 struct mlx5dr_ste_actions_attr *attr, u32 *added_stes);
H A Ddr_ste.h168 u32 *added_stes);
174 u32 *added_stes);
H A Ddr_ste_v0.c398 u32 *added_stes, in dr_ste_v0_arr_init_next() argument
402 (*added_stes)++; in dr_ste_v0_arr_init_next()
414 u32 *added_stes) in dr_ste_v0_set_actions_tx() argument
436 added_stes, in dr_ste_v0_set_actions_tx()
454 added_stes, in dr_ste_v0_set_actions_tx()
484 u32 *added_stes) in dr_ste_v0_set_actions_rx() argument
508 added_stes, in dr_ste_v0_set_actions_rx()
519 added_stes, in dr_ste_v0_set_actions_rx()
533 added_stes, in dr_ste_v0_set_actions_rx()
H A Ddr_ste.c556 u32 *added_stes) in mlx5dr_ste_set_actions_tx() argument
559 hw_ste_arr, attr, added_stes); in mlx5dr_ste_set_actions_tx()
567 u32 *added_stes) in mlx5dr_ste_set_actions_rx() argument
570 hw_ste_arr, attr, added_stes); in mlx5dr_ste_set_actions_rx()
H A Ddr_action.c539 u32 added_stes = 0; in dr_actions_apply() local
543 last_ste, attr, &added_stes); in dr_actions_apply()
546 last_ste, attr, &added_stes); in dr_actions_apply()
548 *new_num_stes += added_stes; in dr_actions_apply()
H A Ddr_types.h312 u32 *added_stes);
318 u32 *added_stes);