Searched refs:d_action (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_ste_v1.c | 376 static void dr_ste_v1_set_encap(u8 *hw_ste_p, u8 *d_action, in dr_ste_v1_set_encap() argument 379 MLX5_SET(ste_double_action_insert_with_ptr_v1, d_action, action_id, in dr_ste_v1_set_encap() 382 MLX5_SET(ste_double_action_insert_with_ptr_v1, d_action, size, size / 2); in dr_ste_v1_set_encap() 383 MLX5_SET(ste_double_action_insert_with_ptr_v1, d_action, pointer, reformat_id); in dr_ste_v1_set_encap() 384 MLX5_SET(ste_double_action_insert_with_ptr_v1, d_action, attributes, in dr_ste_v1_set_encap() 389 static void dr_ste_v1_set_insert_hdr(u8 *hw_ste_p, u8 *d_action, in dr_ste_v1_set_insert_hdr() argument 394 MLX5_SET(ste_double_action_insert_with_ptr_v1, d_action, in dr_ste_v1_set_insert_hdr() 396 MLX5_SET(ste_double_action_insert_with_ptr_v1, d_action, start_anchor, anchor); in dr_ste_v1_set_insert_hdr() 399 MLX5_SET(ste_double_action_insert_with_ptr_v1, d_action, size, size / 2); in dr_ste_v1_set_insert_hdr() 400 MLX5_SET(ste_double_action_insert_with_ptr_v1, d_action, start_offset, offset / 2); in dr_ste_v1_set_insert_hdr() [all …]
|
D | dr_ste_v1.h | 25 void dr_ste_v1_set_action_set(u8 *d_action, u8 hw_field, u8 shifter, 27 void dr_ste_v1_set_action_add(u8 *d_action, u8 hw_field, u8 shifter, 29 void dr_ste_v1_set_action_copy(u8 *d_action, u8 dst_hw_field, u8 dst_shifter,
|