Searched refs:modify_actions (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | fs_cmd.h | 89 void *modify_actions,
|
H A D | fs_cmd.c | 130 void *modify_actions, in mlx5_cmd_stub_modify_header_alloc() argument 948 void *modify_actions, in mlx5_cmd_modify_header_alloc() argument 1008 memcpy(actions_in, modify_actions, actions_size); in mlx5_cmd_modify_header_alloc()
|
H A D | fs_core.c | 3610 void *modify_actions) in mlx5_modify_header_alloc() argument 3626 modify_actions, modify_hdr); in mlx5_modify_header_alloc()
|
/openbmc/linux/include/linux/mlx5/ |
H A D | fs.h | 319 void *modify_actions);
|
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | fs_dr.c | 686 void *modify_actions, in mlx5_cmd_dr_modify_header_alloc() argument 697 modify_actions); in mlx5_cmd_dr_modify_header_alloc()
|
H A D | dr_action.c | 646 attr->modify_actions--; in dr_action_modify_ttl_adjust() 837 attr.modify_actions = action->rewrite->num_of_actions; in mlx5dr_actions_build_ste_arr() 843 attr.modify_actions = action->rewrite->ptrn->num_of_actions; in mlx5dr_actions_build_ste_arr() 847 attr.modify_actions = action->rewrite->num_of_actions; in mlx5dr_actions_build_ste_arr()
|
H A D | dr_ste_v0.c | 423 if (action_type_set[DR_ACTION_TYP_MODIFY_HDR] && attr->modify_actions) { in dr_ste_v0_set_actions_tx() 426 attr->modify_actions, in dr_ste_v0_set_actions_tx() 516 if (action_type_set[DR_ACTION_TYP_MODIFY_HDR] && attr->modify_actions) { in dr_ste_v0_set_actions_rx() 526 attr->modify_actions, in dr_ste_v0_set_actions_rx()
|
H A D | dr_ste_v1.c | 661 attr->modify_actions, in dr_ste_v1_set_actions_tx() 850 attr->modify_actions, in dr_ste_v1_set_actions_rx()
|
H A D | dr_types.h | 270 u16 modify_actions; member
|