Searched refs:copy_action_in (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | ipsec_fs.c | 70 MLX5_SET(copy_action_in, action, action_type, MLX5_ACTION_TYPE_COPY); in rx_err_add_rule() 71 MLX5_SET(copy_action_in, action, src_field, MLX5_ACTION_IN_FIELD_IPSEC_SYNDROME); in rx_err_add_rule() 72 MLX5_SET(copy_action_in, action, src_offset, 0); in rx_err_add_rule() 73 MLX5_SET(copy_action_in, action, length, 7); in rx_err_add_rule() 74 MLX5_SET(copy_action_in, action, dst_field, MLX5_ACTION_IN_FIELD_METADATA_REG_B); in rx_err_add_rule() 75 MLX5_SET(copy_action_in, action, dst_offset, 24); in rx_err_add_rule()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_action.c | 1440 src_field = MLX5_GET(copy_action_in, sw_action, src_field); in dr_action_modify_sw_to_hw_copy() 1441 dst_field = MLX5_GET(copy_action_in, sw_action, dst_field); in dr_action_modify_sw_to_hw_copy() 1442 src_offset = MLX5_GET(copy_action_in, sw_action, src_offset); in dr_action_modify_sw_to_hw_copy() 1443 dst_offset = MLX5_GET(copy_action_in, sw_action, dst_offset); in dr_action_modify_sw_to_hw_copy() 1444 length = MLX5_GET(copy_action_in, sw_action, length); in dr_action_modify_sw_to_hw_copy() 1584 sw_fields[0] = MLX5_GET(copy_action_in, sw_action, src_field); in dr_action_modify_check_copy_field_limitation() 1585 sw_fields[1] = MLX5_GET(copy_action_in, sw_action, dst_field); in dr_action_modify_check_copy_field_limitation()
|
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/ |
D | eswitch_offloads.c | 2277 MLX5_SET(copy_action_in, modact, action_type, MLX5_ACTION_TYPE_COPY); in esw_create_restore_table() 2278 MLX5_SET(copy_action_in, modact, src_field, in esw_create_restore_table() 2280 MLX5_SET(copy_action_in, modact, dst_field, in esw_create_restore_table()
|
/linux-6.1.9/include/linux/mlx5/ |
D | mlx5_ifc.h | 6464 struct mlx5_ifc_copy_action_in_bits copy_action_in; member
|