Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_action.c862 attr.reformat.size = action->reformat->size; in mlx5dr_actions_build_ste_arr()
863 attr.reformat.id = action->reformat->id; in mlx5dr_actions_build_ste_arr()
909 attr.reformat.size = action->reformat->size; in mlx5dr_actions_build_ste_arr()
910 attr.reformat.id = action->reformat->id; in mlx5dr_actions_build_ste_arr()
911 attr.reformat.param_0 = action->reformat->param_0; in mlx5dr_actions_build_ste_arr()
912 attr.reformat.param_1 = action->reformat->param_1; in mlx5dr_actions_build_ste_arr()
1199 struct mlx5dr_action *reformat_action = dests[i].reformat; in mlx5dr_action_create_mult_dest_tbl()
1213 reformat_action->reformat->id; in mlx5dr_action_create_mult_dest_tbl()
1421 action->reformat->id = reformat_id; in dr_action_create_reformat_action()
1422 action->reformat->size = data_sz; in dr_action_create_reformat_action()
[all …]
Ddr_dbg.c192 rule_id, action->reformat->id); in dr_dump_rule_action_mem()
197 rule_id, action->reformat->id); in dr_dump_rule_action_mem()
212 rule_id, action->reformat->id, in dr_dump_rule_action_mem()
213 action->reformat->param_0, in dr_dump_rule_action_mem()
214 action->reformat->param_1); in dr_dump_rule_action_mem()
219 rule_id, action->reformat->id, in dr_dump_rule_action_mem()
220 action->reformat->param_0, in dr_dump_rule_action_mem()
221 action->reformat->param_1); in dr_dump_rule_action_mem()
Ddr_ste_v1.c695 attr->reformat.id, in dr_ste_v1_set_actions_tx()
696 attr->reformat.size); in dr_ste_v1_set_actions_tx()
711 attr->reformat.id, in dr_ste_v1_set_actions_tx()
712 attr->reformat.size); in dr_ste_v1_set_actions_tx()
722 attr->reformat.id, in dr_ste_v1_set_actions_tx()
723 attr->reformat.param_0, in dr_ste_v1_set_actions_tx()
724 attr->reformat.param_1, in dr_ste_v1_set_actions_tx()
725 attr->reformat.size); in dr_ste_v1_set_actions_tx()
735 attr->reformat.param_0, in dr_ste_v1_set_actions_tx()
736 attr->reformat.param_1, in dr_ste_v1_set_actions_tx()
[all …]
Dmlx5dr.h40 struct mlx5dr_action *reformat; member
Dfs_dr.c463 term_actions[num_term_actions].reformat = in mlx5_cmd_dr_create_fte()
557 if (term_actions->reformat) { in mlx5_cmd_dr_create_fte()
562 actions[num_actions++] = term_actions->reformat; in mlx5_cmd_dr_create_fte()
Ddr_types.h286 } reformat; member
1129 struct mlx5dr_action_reformat *reformat; member
Ddr_ste_v0.c459 attr->reformat.id, in dr_ste_v0_set_actions_tx()
460 attr->reformat.size, in dr_ste_v0_set_actions_tx()
/linux-6.6.21/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi-ahb-audio.c122 void (*reformat)(struct snd_dw_hdmi *, size_t, size_t); member
240 dw->reformat(dw, offset, period); in dw_hdmi_start_dma()
446 dw->reformat = dw_hdmi_reformat_iec958; in dw_hdmi_prepare()
450 dw->reformat = dw_hdmi_reformat_s24; in dw_hdmi_prepare()
/linux-6.6.21/Documentation/process/
Dclang-format.rst12 - Quickly reformat a block of code to the kernel style. Specially useful
89 By using an integration with your text editor, you can reformat arbitrary
/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/
Dfs_cmd.c880 void *reformat; in mlx5_cmd_packet_reformat_alloc() local
904 reformat = MLX5_ADDR_OF(packet_reformat_context_in, in mlx5_cmd_packet_reformat_alloc()
907 inlen = reformat - (void *)in + params->size; in mlx5_cmd_packet_reformat_alloc()
920 memcpy(reformat, params->data, params->size); in mlx5_cmd_packet_reformat_alloc()
DKconfig97 reformat packets in wire speeds without involving the host cpu.
Deswitch.c1890 if (MLX5_CAP_ESW_FLOWTABLE_FDB(dev, reformat) && in mlx5_eswitch_init()
Deswitch_offloads.c3952 (!MLX5_CAP_ESW_FLOWTABLE_FDB(dev, reformat) || in mlx5_devlink_eswitch_encap_mode_set()
/linux-6.6.21/include/linux/mlx5/
Dfs.h342 struct mlx5_pkt_reformat *reformat);
Dmlx5_ifc.h435 u8 reformat[0x1]; member
/linux-6.6.21/arch/m68k/fpsp040/
Dx_fline.S88 movew #0x202c,EXC_VEC(%a6) |reformat vector to unimp
/linux-6.6.21/drivers/infiniband/hw/mlx5/
Dfs.c754 MLX5_CAP_FLOWTABLE_NIC_TX(dev->mdev, reformat)) in get_flow_table()
1449 if (MLX5_CAP_FLOWTABLE_NIC_TX(dev->mdev, reformat) && in _get_flow_table()