Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_action.c1347 __be64 *sw_action, in dr_action_modify_sw_to_hw_add() argument
1357 sw_field = MLX5_GET(set_action_in, sw_action, field); in dr_action_modify_sw_to_hw_add()
1358 data = MLX5_GET(set_action_in, sw_action, data); in dr_action_modify_sw_to_hw_add()
1383 __be64 *sw_action, in dr_action_modify_sw_to_hw_set() argument
1393 length = MLX5_GET(set_action_in, sw_action, length); in dr_action_modify_sw_to_hw_set()
1394 offset = MLX5_GET(set_action_in, sw_action, offset); in dr_action_modify_sw_to_hw_set()
1395 sw_field = MLX5_GET(set_action_in, sw_action, field); in dr_action_modify_sw_to_hw_set()
1396 data = MLX5_GET(set_action_in, sw_action, data); in dr_action_modify_sw_to_hw_set()
1429 __be64 *sw_action, in dr_action_modify_sw_to_hw_copy() argument
1440 src_field = MLX5_GET(copy_action_in, sw_action, src_field); in dr_action_modify_sw_to_hw_copy()
[all …]
/linux-6.1.9/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-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.h171 u32 sw_action; member
Dfs_core.c574 if (is_fwd_next_action(rule->sw_action)) { in del_sw_hw_rule()
1070 if ((iter->sw_action & MLX5_FLOW_CONTEXT_ACTION_FWD_NEXT_NS) && in connect_fwd_rules()
2065 u32 sw_action = flow_act->action; in mlx5_add_flow_rules() local
2071 if (!is_fwd_next_action(sw_action)) in mlx5_add_flow_rules()
2109 handle->rule[num_dest - 1]->sw_action = sw_action; in mlx5_add_flow_rules()