Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec_fs.c68 MLX5_SET(copy_action_in, action, action_type, MLX5_ACTION_TYPE_COPY); in rx_err_add_rule()
69 MLX5_SET(copy_action_in, action, src_field, MLX5_ACTION_IN_FIELD_IPSEC_SYNDROME); in rx_err_add_rule()
70 MLX5_SET(copy_action_in, action, src_offset, 0); in rx_err_add_rule()
71 MLX5_SET(copy_action_in, action, length, 7); in rx_err_add_rule()
72 MLX5_SET(copy_action_in, action, dst_field, MLX5_ACTION_IN_FIELD_METADATA_REG_B); in rx_err_add_rule()
73 MLX5_SET(copy_action_in, action, dst_offset, 24); in rx_err_add_rule()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_action.c1446 src_field = MLX5_GET(copy_action_in, sw_action, src_field); in dr_action_modify_sw_to_hw_copy()
1447 dst_field = MLX5_GET(copy_action_in, sw_action, dst_field); in dr_action_modify_sw_to_hw_copy()
1448 src_offset = MLX5_GET(copy_action_in, sw_action, src_offset); in dr_action_modify_sw_to_hw_copy()
1449 dst_offset = MLX5_GET(copy_action_in, sw_action, dst_offset); in dr_action_modify_sw_to_hw_copy()
1450 length = MLX5_GET(copy_action_in, sw_action, length); in dr_action_modify_sw_to_hw_copy()
1600 sw_fields[0] = MLX5_GET(copy_action_in, sw_action, src_field); in dr_action_modify_check_copy_field_limitation()
1601 sw_fields[1] = MLX5_GET(copy_action_in, sw_action, dst_field); in dr_action_modify_check_copy_field_limitation()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Deswitch_offloads.c1704 MLX5_SET(copy_action_in, modact, action_type, MLX5_ACTION_TYPE_COPY); in esw_create_restore_table()
1705 MLX5_SET(copy_action_in, modact, src_field, in esw_create_restore_table()
1707 MLX5_SET(copy_action_in, modact, dst_field, in esw_create_restore_table()
/Linux-v5.10/include/linux/mlx5/
Dmlx5_ifc.h5759 struct mlx5_ifc_copy_action_in_bits copy_action_in; member