Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_action.c1562 __be64 *sw_action, in dr_action_modify_sw_to_hw_add() argument
1572 sw_field = MLX5_GET(set_action_in, sw_action, field); in dr_action_modify_sw_to_hw_add()
1573 data = MLX5_GET(set_action_in, sw_action, data); in dr_action_modify_sw_to_hw_add()
1598 __be64 *sw_action, in dr_action_modify_sw_to_hw_set() argument
1608 length = MLX5_GET(set_action_in, sw_action, length); in dr_action_modify_sw_to_hw_set()
1609 offset = MLX5_GET(set_action_in, sw_action, offset); in dr_action_modify_sw_to_hw_set()
1610 sw_field = MLX5_GET(set_action_in, sw_action, field); in dr_action_modify_sw_to_hw_set()
1611 data = MLX5_GET(set_action_in, sw_action, data); in dr_action_modify_sw_to_hw_set()
1644 __be64 *sw_action, in dr_action_modify_sw_to_hw_copy() argument
1655 src_field = MLX5_GET(copy_action_in, sw_action, src_field); in dr_action_modify_sw_to_hw_copy()
[all …]
/Linux-v6.6/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-v6.6/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_core.h179 u32 sw_action; member
Dfs_core.c624 if (is_fwd_next_action(rule->sw_action)) { in del_sw_hw_rule()
1176 if ((iter->sw_action & MLX5_FLOW_CONTEXT_ACTION_FWD_NEXT_NS) && in connect_fwd_rules()
2180 u32 sw_action = flow_act->action; in mlx5_add_flow_rules() local
2186 if (!is_fwd_next_action(sw_action)) in mlx5_add_flow_rules()
2224 handle->rule[num_dest - 1]->sw_action = sw_action; in mlx5_add_flow_rules()