Home
last modified time | relevance | path

Searched refs:modify_header (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
H A Daction.c459 if (action->modify_header.require_reparse) in hws_action_fill_stc_attr()
462 if (action->modify_header.num_of_actions == 1) { in hws_action_fill_stc_attr()
463 attr->modify_action.data = action->modify_header.single_action; in hws_action_fill_stc_attr()
472 attr->modify_header.arg_id = action->modify_header.arg_id; in hws_action_fill_stc_attr()
473 attr->modify_header.pattern_id = action->modify_header.pat_id; in hws_action_fill_stc_attr()
1093 action[i].modify_header.max_num_of_actions = num_of_actions; in hws_action_handle_tunnel_l3_to_l2()
1094 action[i].modify_header.num_of_actions = num_of_actions; in hws_action_handle_tunnel_l3_to_l2()
1095 action[i].modify_header.num_of_patterns = num_of_hdrs; in hws_action_handle_tunnel_l3_to_l2()
1096 action[i].modify_header.arg_id = arg_id; in hws_action_handle_tunnel_l3_to_l2()
1097 action[i].modify_header.pat_id = pat_id; in hws_action_handle_tunnel_l3_to_l2()
[all …]
H A Dcmd.h116 } modify_header; member
H A Dmlx5hws.h164 } modify_header; member
H A Dfs_hws.c842 (*ractions)[num_actions].modify_header.offset = mh_data->offset; in mlx5_fs_fte_get_hws_actions()
843 (*ractions)[num_actions].modify_header.data = mh_data->data; in mlx5_fs_fte_get_hws_actions()