Searched refs:added_stes (Results 1 – 7 of 7) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| H A D | dr_ste_v1.c | 466 u32 *added_stes, in dr_ste_v1_arr_init_next_match() argument 471 (*added_stes)++; in dr_ste_v1_arr_init_next_match() 481 u32 *added_stes, in dr_ste_v1_arr_init_next_match_range() argument 484 dr_ste_v1_arr_init_next_match(last_ste, added_stes, gvmi); in dr_ste_v1_arr_init_next_match_range() 494 u32 *added_stes) in dr_ste_v1_set_actions_tx() argument 503 dr_ste_v1_arr_init_next_match(&last_ste, added_stes, in dr_ste_v1_set_actions_tx() 520 dr_ste_v1_arr_init_next_match(&last_ste, added_stes, in dr_ste_v1_set_actions_tx() 541 dr_ste_v1_arr_init_next_match(&last_ste, added_stes, attr->gvmi); in dr_ste_v1_set_actions_tx() 555 dr_ste_v1_arr_init_next_match(&last_ste, added_stes, attr->gvmi); in dr_ste_v1_set_actions_tx() 569 dr_ste_v1_arr_init_next_match(&last_ste, added_stes, attr->gvmi); in dr_ste_v1_set_actions_tx() [all …]
|
| H A D | dr_ste_v1.h | 165 struct mlx5dr_ste_actions_attr *attr, u32 *added_stes); 168 struct mlx5dr_ste_actions_attr *attr, u32 *added_stes);
|
| H A D | dr_ste.h | 169 u32 *added_stes); 176 u32 *added_stes);
|
| H A D | dr_ste_v0.c | 398 u32 *added_stes, in dr_ste_v0_arr_init_next() argument 402 (*added_stes)++; in dr_ste_v0_arr_init_next() 415 u32 *added_stes) in dr_ste_v0_set_actions_tx() argument 437 added_stes, in dr_ste_v0_set_actions_tx() 455 added_stes, in dr_ste_v0_set_actions_tx() 486 u32 *added_stes) in dr_ste_v0_set_actions_rx() argument 510 added_stes, in dr_ste_v0_set_actions_rx() 521 added_stes, in dr_ste_v0_set_actions_rx() 535 added_stes, in dr_ste_v0_set_actions_rx()
|
| H A D | dr_ste.c | 556 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 D | dr_action.c | 546 u32 added_stes = 0; in dr_actions_apply() local 550 last_ste, attr, &added_stes); in dr_actions_apply() 553 last_ste, attr, &added_stes); in dr_actions_apply() 555 *new_num_stes += added_stes; in dr_actions_apply()
|
| H A D | dr_types.h | 312 u32 *added_stes); 318 u32 *added_stes);
|