Searched refs:s_action (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| D | dr_ste_v1.c | 359 static void dr_ste_v1_set_rx_flow_tag(u8 *s_action, u32 flow_tag) in dr_ste_v1_set_rx_flow_tag() argument 361 MLX5_SET(ste_single_action_flow_tag_v1, s_action, action_id, in dr_ste_v1_set_rx_flow_tag() 363 MLX5_SET(ste_single_action_flow_tag_v1, s_action, flow_tag, flow_tag); in dr_ste_v1_set_rx_flow_tag() 409 static void dr_ste_v1_set_remove_hdr(u8 *hw_ste_p, u8 *s_action, in dr_ste_v1_set_remove_hdr() argument 413 MLX5_SET(ste_single_action_remove_header_size_v1, s_action, in dr_ste_v1_set_remove_hdr() 415 MLX5_SET(ste_single_action_remove_header_size_v1, s_action, start_anchor, anchor); in dr_ste_v1_set_remove_hdr() 418 MLX5_SET(ste_single_action_remove_header_size_v1, s_action, remove_size, size / 2); in dr_ste_v1_set_remove_hdr() 419 MLX5_SET(ste_single_action_remove_header_size_v1, s_action, start_offset, offset / 2); in dr_ste_v1_set_remove_hdr() 438 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 440 MLX5_SET(ste_single_action_remove_header_size_v1, s_action, in dr_ste_v1_set_pop_vlan() [all …]
|