Searched refs:copy_action_in (Results 1 – 5 of 5) sorted by relevance
| /Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| D | dr_action.c | 1655 src_field = MLX5_GET(copy_action_in, sw_action, src_field); in dr_action_modify_sw_to_hw_copy() 1656 dst_field = MLX5_GET(copy_action_in, sw_action, dst_field); in dr_action_modify_sw_to_hw_copy() 1657 src_offset = MLX5_GET(copy_action_in, sw_action, src_offset); in dr_action_modify_sw_to_hw_copy() 1658 dst_offset = MLX5_GET(copy_action_in, sw_action, dst_offset); in dr_action_modify_sw_to_hw_copy() 1659 length = MLX5_GET(copy_action_in, sw_action, length); in dr_action_modify_sw_to_hw_copy() 1799 sw_fields[0] = MLX5_GET(copy_action_in, sw_action, src_field); in dr_action_modify_check_copy_field_limitation() 1800 sw_fields[1] = MLX5_GET(copy_action_in, sw_action, dst_field); in dr_action_modify_check_copy_field_limitation()
|
| /Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
| D | ipsec_fs.c | 147 MLX5_SET(copy_action_in, action, action_type, MLX5_ACTION_TYPE_COPY); in ipsec_status_rule() 148 MLX5_SET(copy_action_in, action, src_field, MLX5_ACTION_IN_FIELD_IPSEC_SYNDROME); in ipsec_status_rule() 149 MLX5_SET(copy_action_in, action, src_offset, 0); in ipsec_status_rule() 150 MLX5_SET(copy_action_in, action, length, 7); in ipsec_status_rule() 151 MLX5_SET(copy_action_in, action, dst_field, MLX5_ACTION_IN_FIELD_METADATA_REG_B); in ipsec_status_rule() 152 MLX5_SET(copy_action_in, action, dst_offset, 24); in ipsec_status_rule()
|
| /Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/lib/ |
| D | macsec_fs.c | 1344 MLX5_SET(copy_action_in, action, action_type, MLX5_ACTION_TYPE_COPY); in macsec_fs_rx_roce_jump_to_rdma_rules_create() 1345 MLX5_SET(copy_action_in, action, src_field, MLX5_ACTION_IN_FIELD_METADATA_REG_B); in macsec_fs_rx_roce_jump_to_rdma_rules_create() 1346 MLX5_SET(copy_action_in, action, src_offset, 0); in macsec_fs_rx_roce_jump_to_rdma_rules_create() 1347 MLX5_SET(copy_action_in, action, length, 32); in macsec_fs_rx_roce_jump_to_rdma_rules_create() 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() 1349 MLX5_SET(copy_action_in, action, dst_offset, 0); in macsec_fs_rx_roce_jump_to_rdma_rules_create()
|
| /Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
| D | eswitch_offloads.c | 2278 MLX5_SET(copy_action_in, modact, action_type, MLX5_ACTION_TYPE_COPY); in esw_create_restore_table() 2279 MLX5_SET(copy_action_in, modact, src_field, in esw_create_restore_table() 2281 MLX5_SET(copy_action_in, modact, dst_field, in esw_create_restore_table()
|
| /Linux-v6.6/include/linux/mlx5/ |
| D | mlx5_ifc.h | 6710 struct mlx5_ifc_copy_action_in_bits copy_action_in; member
|