Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_ste_v1.c372 static void dr_ste_v1_set_encap(u8 *hw_ste_p, u8 *d_action, in dr_ste_v1_set_encap() argument
375 MLX5_SET(ste_double_action_insert_with_ptr_v1, d_action, action_id, in dr_ste_v1_set_encap()
378 MLX5_SET(ste_double_action_insert_with_ptr_v1, d_action, size, size / 2); in dr_ste_v1_set_encap()
379 MLX5_SET(ste_double_action_insert_with_ptr_v1, d_action, pointer, reformat_id); in dr_ste_v1_set_encap()
380 MLX5_SET(ste_double_action_insert_with_ptr_v1, d_action, attributes, in dr_ste_v1_set_encap()
385 static void dr_ste_v1_set_insert_hdr(u8 *hw_ste_p, u8 *d_action, in dr_ste_v1_set_insert_hdr() argument
390 MLX5_SET(ste_double_action_insert_with_ptr_v1, d_action, in dr_ste_v1_set_insert_hdr()
392 MLX5_SET(ste_double_action_insert_with_ptr_v1, d_action, start_anchor, anchor); in dr_ste_v1_set_insert_hdr()
395 MLX5_SET(ste_double_action_insert_with_ptr_v1, d_action, size, size / 2); in dr_ste_v1_set_insert_hdr()
396 MLX5_SET(ste_double_action_insert_with_ptr_v1, d_action, start_offset, offset / 2); in dr_ste_v1_set_insert_hdr()
[all …]