Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_action.c1338 __be64 *sw_action, in dr_action_modify_sw_to_hw_add() argument
1348 sw_field = MLX5_GET(set_action_in, sw_action, field); in dr_action_modify_sw_to_hw_add()
1349 data = MLX5_GET(set_action_in, sw_action, data); in dr_action_modify_sw_to_hw_add()
1382 __be64 *sw_action, in dr_action_modify_sw_to_hw_set() argument
1392 length = MLX5_GET(set_action_in, sw_action, length); in dr_action_modify_sw_to_hw_set()
1393 offset = MLX5_GET(set_action_in, sw_action, offset); in dr_action_modify_sw_to_hw_set()
1394 sw_field = MLX5_GET(set_action_in, sw_action, field); in dr_action_modify_sw_to_hw_set()
1395 data = MLX5_GET(set_action_in, sw_action, data); in dr_action_modify_sw_to_hw_set()
1435 __be64 *sw_action, in dr_action_modify_sw_to_hw_copy() argument
1446 src_field = MLX5_GET(copy_action_in, sw_action, src_field); in dr_action_modify_sw_to_hw_copy()
[all …]
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/diag/
Dfs_tracepoint.h279 __field(u32, sw_action)
288 __entry->sw_action = rule->sw_action;
299 __print_flags(__entry->sw_action, "|", ACTION_FLAGS),
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.h157 u32 sw_action; member
Dfs_core.c522 if (is_fwd_next_action(rule->sw_action)) { in del_sw_hw_rule()
1012 if ((iter->sw_action & MLX5_FLOW_CONTEXT_ACTION_FWD_NEXT_NS) && in connect_fwd_rules()
1945 u32 sw_action = flow_act->action; in mlx5_add_flow_rules() local
1951 if (!is_fwd_next_action(sw_action)) in mlx5_add_flow_rules()
1989 handle->rule[num_dest - 1]->sw_action = sw_action; in mlx5_add_flow_rules()