Searched refs:d_action (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_ste_v1.c | 387 static void dr_ste_v1_set_encap(u8 *hw_ste_p, u8 *d_action, in dr_ste_v1_set_encap() argument 390 MLX5_SET(ste_double_action_insert_with_ptr_v1, d_action, action_id, in dr_ste_v1_set_encap() 393 MLX5_SET(ste_double_action_insert_with_ptr_v1, d_action, size, size / 2); in dr_ste_v1_set_encap() 394 MLX5_SET(ste_double_action_insert_with_ptr_v1, d_action, pointer, reformat_id); in dr_ste_v1_set_encap() 395 MLX5_SET(ste_double_action_insert_with_ptr_v1, d_action, attributes, in dr_ste_v1_set_encap() 400 static void dr_ste_v1_set_insert_hdr(u8 *hw_ste_p, u8 *d_action, in dr_ste_v1_set_insert_hdr() argument 405 MLX5_SET(ste_double_action_insert_with_ptr_v1, d_action, in dr_ste_v1_set_insert_hdr() 407 MLX5_SET(ste_double_action_insert_with_ptr_v1, d_action, start_anchor, anchor); in dr_ste_v1_set_insert_hdr() 410 MLX5_SET(ste_double_action_insert_with_ptr_v1, d_action, size, size / 2); in dr_ste_v1_set_insert_hdr() 411 MLX5_SET(ste_double_action_insert_with_ptr_v1, d_action, start_offset, offset / 2); in dr_ste_v1_set_insert_hdr() [all …]
|
H A D | dr_ste_v1.h | 26 void dr_ste_v1_set_action_set(u8 *d_action, u8 hw_field, u8 shifter, 28 void dr_ste_v1_set_action_add(u8 *d_action, u8 hw_field, u8 shifter, 30 void dr_ste_v1_set_action_copy(u8 *d_action, u8 dst_hw_field, u8 dst_shifter,
|