Searched refs:dst_field (Results 1 – 4 of 4) sorted by relevance
| /drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| A D | pat_arg.c | 59 field = MLX5_GET(copy_action_in, &actions[i], dst_field); in mlx5hws_pat_require_reparse() 488 u16 *src_field, u16 *dst_field) in hws_action_modify_get_target_fields() argument 494 *dst_field = MLX5_GET(set_action_in, pattern, field); in hws_action_modify_get_target_fields() 498 *dst_field = MLX5_GET(copy_action_in, pattern, dst_field); in hws_action_modify_get_target_fields() 530 u16 src_field, dst_field; in mlx5hws_pat_calc_nop() local 547 &src_field, &dst_field); in mlx5hws_pat_calc_nop() 555 (dst_field != INVALID_FIELD || in mlx5hws_pat_calc_nop() 558 (dst_field == prev_src_field || in mlx5hws_pat_calc_nop() 561 dst_field == prev_dst_field); in mlx5hws_pat_calc_nop() 576 prev_dst_field = dst_field; in mlx5hws_pat_calc_nop()
|
| /drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| A D | dr_action.c | 1687 u16 src_field, dst_field; in dr_action_modify_sw_to_hw_copy() local 1691 dst_field = MLX5_GET(copy_action_in, sw_action, dst_field); in dr_action_modify_sw_to_hw_copy() 1698 hw_dst_action_info = mlx5dr_ste_conv_modify_hdr_sw_field(dmn->ste_ctx, dst_field); in dr_action_modify_sw_to_hw_copy() 1835 sw_fields[1] = MLX5_GET(copy_action_in, sw_action, dst_field); in dr_action_modify_check_copy_field_limitation()
|
| /drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| A D | macsec_fs.c | 1348 MLX5_SET(copy_action_in, action, dst_field, MLX5_ACTION_IN_FIELD_METADATA_REG_C_5); in macsec_fs_rx_roce_jump_to_rdma_rules_create()
|
| /drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | eswitch_offloads.c | 2303 MLX5_SET(copy_action_in, modact, dst_field, in esw_create_restore_table()
|
Completed in 26 milliseconds