Home
last modified time | relevance | path

Searched refs:reformat (Results 1 – 17 of 17) sorted by relevance

/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/
A Ddr_action.c869 attr.reformat.size = action->reformat->size; in mlx5dr_actions_build_ste_arr()
870 attr.reformat.id = action->reformat->id; in mlx5dr_actions_build_ste_arr()
916 attr.reformat.size = action->reformat->size; in mlx5dr_actions_build_ste_arr()
917 attr.reformat.id = action->reformat->id; in mlx5dr_actions_build_ste_arr()
918 attr.reformat.param_0 = action->reformat->param_0; in mlx5dr_actions_build_ste_arr()
919 attr.reformat.param_1 = action->reformat->param_1; in mlx5dr_actions_build_ste_arr()
1223 reformat_action->reformat->id; in mlx5dr_action_create_mult_dest_tbl()
1503 action->reformat->id = 0; in dr_action_create_reformat_action()
1573 action->reformat->dmn = dmn; in mlx5dr_action_create_packet_reformat()
2175 return action->reformat->id; in mlx5dr_action_get_pkt_reformat_id()
[all …]
A Ddr_ste_v1.c561 attr->reformat.id, in dr_ste_v1_set_actions_tx()
562 attr->reformat.size); in dr_ste_v1_set_actions_tx()
577 attr->reformat.id, in dr_ste_v1_set_actions_tx()
588 attr->reformat.id, in dr_ste_v1_set_actions_tx()
589 attr->reformat.param_0, in dr_ste_v1_set_actions_tx()
591 attr->reformat.size); in dr_ste_v1_set_actions_tx()
603 attr->reformat.size); in dr_ste_v1_set_actions_tx()
766 attr->reformat.id, in dr_ste_v1_set_actions_rx()
796 attr->reformat.id, in dr_ste_v1_set_actions_rx()
799 attr->reformat.size); in dr_ste_v1_set_actions_rx()
[all …]
A Ddr_dbg.c365 rule_id, action->reformat->id); in dr_dump_rule_action_mem()
377 rule_id, action->reformat->id); in dr_dump_rule_action_mem()
413 rule_id, action->reformat->id, in dr_dump_rule_action_mem()
414 action->reformat->param_0, in dr_dump_rule_action_mem()
415 action->reformat->param_1); in dr_dump_rule_action_mem()
427 rule_id, action->reformat->id, in dr_dump_rule_action_mem()
428 action->reformat->param_0, in dr_dump_rule_action_mem()
429 action->reformat->param_1); in dr_dump_rule_action_mem()
A Dmlx5dr.h40 struct mlx5dr_action *reformat; member
A Dfs_dr.c466 term_actions[num_term_actions].reformat = in mlx5_cmd_dr_create_fte()
563 if (term_actions->reformat) { in mlx5_cmd_dr_create_fte()
568 actions[num_actions++] = term_actions->reformat; in mlx5_cmd_dr_create_fte()
A Ddr_types.h286 } reformat; member
1126 struct mlx5dr_action_reformat *reformat; member
A Ddr_ste_v0.c460 attr->reformat.id, in dr_ste_v0_set_actions_tx()
461 attr->reformat.size, in dr_ste_v0_set_actions_tx()
/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/
A Daction.c495 if (!action->reformat.require_reparse) in hws_action_fill_stc_attr()
940 action[i].reformat.arg_id = arg_id; in hws_action_handle_insert_with_ptr()
943 action[i].reformat.max_hdr_sz = max_sz; in hws_action_handle_insert_with_ptr()
944 action[i].reformat.require_reparse = true; in hws_action_handle_insert_with_ptr()
949 action[i].reformat.offset = 0; in hws_action_handle_insert_with_ptr()
950 action[i].reformat.encap = 1; in hws_action_handle_insert_with_ptr()
1491 action[i].reformat.encap = hdrs[i].encap; in mlx5hws_action_create_insert_header()
2296 action->reformat.arg_id + arg_idx, in hws_action_setter_insert_ptr()
2297 rule_action->reformat.data, in hws_action_setter_insert_ptr()
2298 action->reformat.header_size); in hws_action_setter_insert_ptr()
[all …]
A Dmlx5hws.h169 } reformat; member
223 struct mlx5hws_action *reformat; member
A Dfs_hws.c808 (*ractions)[num_actions].reformat.offset = pr_data->offset; in mlx5_fs_fte_get_hws_actions()
809 (*ractions)[num_actions].reformat.hdr_idx = pr_data->hdr_idx; in mlx5_fs_fte_get_hws_actions()
810 (*ractions)[num_actions].reformat.data = pr_data->data; in mlx5_fs_fte_get_hws_actions()
871 (*ractions)[num_actions].reformat.offset = pr_data->offset; in mlx5_fs_fte_get_hws_actions()
872 (*ractions)[num_actions].reformat.data = pr_data->data; in mlx5_fs_fte_get_hws_actions()
A Daction.h156 } reformat; member
/drivers/gpu/drm/bridge/synopsys/
A Ddw-hdmi-ahb-audio.c123 void (*reformat)(struct snd_dw_hdmi *, size_t, size_t); member
241 dw->reformat(dw, offset, period); in dw_hdmi_start_dma()
468 dw->reformat = dw_hdmi_reformat_iec958; in dw_hdmi_prepare()
472 dw->reformat = dw_hdmi_reformat_s24; in dw_hdmi_prepare()
/drivers/net/ethernet/mellanox/mlx5/core/
A Dfs_cmd.c879 void *reformat; in mlx5_cmd_packet_reformat_alloc() local
903 reformat = MLX5_ADDR_OF(packet_reformat_context_in, in mlx5_cmd_packet_reformat_alloc()
906 inlen = reformat - (void *)in + params->size; in mlx5_cmd_packet_reformat_alloc()
919 memcpy(reformat, params->data, params->size); in mlx5_cmd_packet_reformat_alloc()
A DKconfig98 reformat packets in wire speeds without involving the host cpu.
A Deswitch.c1905 if (MLX5_CAP_ESW_FLOWTABLE_FDB(dev, reformat) && in mlx5_eswitch_init()
A Deswitch_offloads.c3987 (!MLX5_CAP_ESW_FLOWTABLE_FDB(dev, reformat) || in mlx5_devlink_eswitch_encap_mode_set()
/drivers/infiniband/hw/mlx5/
A Dfs.c761 MLX5_CAP_FLOWTABLE_NIC_TX(dev->mdev, reformat)) in get_flow_table()
1937 if (MLX5_CAP_FLOWTABLE_NIC_TX(dev->mdev, reformat) && in _get_flow_table()

Completed in 68 milliseconds