Searched refs:s_action (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_ste_v1.c | 370 static void dr_ste_v1_set_rx_flow_tag(u8 *s_action, u32 flow_tag) in dr_ste_v1_set_rx_flow_tag() argument 372 MLX5_SET(ste_single_action_flow_tag_v1, s_action, action_id, in dr_ste_v1_set_rx_flow_tag() 374 MLX5_SET(ste_single_action_flow_tag_v1, s_action, flow_tag, flow_tag); in dr_ste_v1_set_rx_flow_tag() 420 static void dr_ste_v1_set_remove_hdr(u8 *hw_ste_p, u8 *s_action, in dr_ste_v1_set_remove_hdr() argument 424 MLX5_SET(ste_single_action_remove_header_size_v1, s_action, in dr_ste_v1_set_remove_hdr() 426 MLX5_SET(ste_single_action_remove_header_size_v1, s_action, start_anchor, anchor); in dr_ste_v1_set_remove_hdr() 429 MLX5_SET(ste_single_action_remove_header_size_v1, s_action, remove_size, size / 2); in dr_ste_v1_set_remove_hdr() 430 MLX5_SET(ste_single_action_remove_header_size_v1, s_action, start_offset, offset / 2); in dr_ste_v1_set_remove_hdr() 449 static void dr_ste_v1_set_pop_vlan(u8 *hw_ste_p, u8 *s_action, u8 vlans_num) in dr_ste_v1_set_pop_vlan() argument 451 MLX5_SET(ste_single_action_remove_header_size_v1, s_action, in dr_ste_v1_set_pop_vlan() [all …]
|