Searched refs:num_of_actions (Results 1 – 8 of 8) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
A D | dr_cmd.c | 345 u8 num_of_actions, in mlx5dr_cmd_alloc_modify_header() argument 356 num_of_actions * sizeof(u64); in mlx5dr_cmd_alloc_modify_header() 364 MLX5_SET(alloc_modify_header_context_in, in, num_of_actions, num_of_actions); in mlx5dr_cmd_alloc_modify_header() 366 memcpy(p_actions, actions, num_of_actions * sizeof(u64)); in mlx5dr_cmd_alloc_modify_header()
|
A D | dr_action.c | 823 attr.decap_actions = action->rewrite->num_of_actions; in mlx5dr_actions_build_ste_arr() 829 attr.modify_actions = action->rewrite->num_of_actions; in mlx5dr_actions_build_ste_arr() 1413 &action->rewrite->num_of_actions); in dr_action_create_reformat_action() 2006 action->rewrite->num_of_actions = num_hw_actions; in dr_action_create_modify_action()
|
A D | dr_types.h | 1001 u16 num_of_actions; member 1286 u8 num_of_actions,
|
A D | dr_ste_v0.c | 388 static void dr_ste_v0_set_rewrite_actions(u8 *hw_ste_p, u16 num_of_actions, in dr_ste_v0_set_rewrite_actions() argument 392 num_of_actions); in dr_ste_v0_set_rewrite_actions()
|
A D | dr_ste_v1.c | 500 u16 num_of_actions, in dr_ste_v1_set_rewrite_actions() argument 506 num_of_actions); in dr_ste_v1_set_rewrite_actions()
|
A D | dr_send.c | 729 send_info.write.length = action->rewrite->num_of_actions * in mlx5dr_send_postsend_action()
|
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/ |
A D | fs_cmd.c | 964 MLX5_SET(alloc_modify_header_context_in, in, num_of_actions, num_actions); in mlx5_cmd_modify_header_alloc()
|
/linux-6.3-rc2/include/linux/mlx5/ |
A D | mlx5_ifc.h | 6745 u8 num_of_actions[0x8]; member
|
Completed in 93 milliseconds