/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_action.c | 756 attr.reformat.size = action->reformat->size; in mlx5dr_actions_build_ste_arr() 757 attr.reformat.id = action->reformat->id; in mlx5dr_actions_build_ste_arr() 797 attr.reformat.size = action->reformat->size; in mlx5dr_actions_build_ste_arr() 798 attr.reformat.id = action->reformat->id; in mlx5dr_actions_build_ste_arr() 799 attr.reformat.param_0 = action->reformat->param_0; in mlx5dr_actions_build_ste_arr() 800 attr.reformat.param_1 = action->reformat->param_1; in mlx5dr_actions_build_ste_arr() 969 struct mlx5dr_action *reformat_action = dests[i].reformat; in mlx5dr_action_create_mult_dest_tbl() 983 reformat_action->reformat->id; in mlx5dr_action_create_mult_dest_tbl() 1193 action->reformat->id = reformat_id; in dr_action_create_reformat_action() 1194 action->reformat->size = data_sz; in dr_action_create_reformat_action() [all …]
|
D | dr_dbg.c | 162 rule_id, action->reformat->id); in dr_dump_rule_action_mem() 167 rule_id, action->reformat->id); in dr_dump_rule_action_mem() 182 rule_id, action->reformat->id, in dr_dump_rule_action_mem() 183 action->reformat->param_0, in dr_dump_rule_action_mem() 184 action->reformat->param_1); in dr_dump_rule_action_mem() 189 rule_id, action->reformat->id, in dr_dump_rule_action_mem() 190 action->reformat->param_0, in dr_dump_rule_action_mem() 191 action->reformat->param_1); in dr_dump_rule_action_mem()
|
D | dr_ste_v1.c | 611 attr->reformat.id, in dr_ste_v1_set_actions_tx() 612 attr->reformat.size); in dr_ste_v1_set_actions_tx() 627 attr->reformat.id, in dr_ste_v1_set_actions_tx() 628 attr->reformat.size); in dr_ste_v1_set_actions_tx() 638 attr->reformat.id, in dr_ste_v1_set_actions_tx() 639 attr->reformat.param_0, in dr_ste_v1_set_actions_tx() 640 attr->reformat.param_1, in dr_ste_v1_set_actions_tx() 641 attr->reformat.size); in dr_ste_v1_set_actions_tx() 651 attr->reformat.param_0, in dr_ste_v1_set_actions_tx() 652 attr->reformat.param_1, in dr_ste_v1_set_actions_tx() [all …]
|
D | mlx5dr.h | 40 struct mlx5dr_action *reformat; member
|
D | fs_dr.c | 443 term_actions[num_term_actions].reformat = in mlx5_cmd_dr_create_fte() 528 if (term_actions->reformat) { in mlx5_cmd_dr_create_fte() 533 actions[num_actions++] = term_actions->reformat; in mlx5_cmd_dr_create_fte()
|
D | dr_types.h | 270 } reformat; member 1061 struct mlx5dr_action_reformat *reformat; member
|
D | dr_ste_v0.c | 459 attr->reformat.id, in dr_ste_v0_set_actions_tx() 460 attr->reformat.size, in dr_ste_v0_set_actions_tx()
|
/linux-6.1.9/drivers/gpu/drm/bridge/synopsys/ |
D | dw-hdmi-ahb-audio.c | 122 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.1.9/Documentation/process/ |
D | clang-format.rst | 12 - 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.1.9/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_cmd.c | 843 void *reformat; in mlx5_cmd_packet_reformat_alloc() local 867 reformat = MLX5_ADDR_OF(packet_reformat_context_in, in mlx5_cmd_packet_reformat_alloc() 870 inlen = reformat - (void *)in + params->size; in mlx5_cmd_packet_reformat_alloc() 883 memcpy(reformat, params->data, params->size); in mlx5_cmd_packet_reformat_alloc()
|
D | Kconfig | 96 reformat packets in wire speeds without involving the host cpu.
|
D | eswitch.c | 1621 if (MLX5_CAP_ESW_FLOWTABLE_FDB(dev, reformat) && in mlx5_eswitch_init()
|
D | eswitch_offloads.c | 3672 (!MLX5_CAP_ESW_FLOWTABLE_FDB(dev, reformat) || in mlx5_devlink_eswitch_encap_mode_set()
|
/linux-6.1.9/include/linux/mlx5/ |
D | fs.h | 319 struct mlx5_pkt_reformat *reformat);
|
D | mlx5_ifc.h | 416 u8 reformat[0x1]; member
|
/linux-6.1.9/arch/m68k/fpsp040/ |
D | x_fline.S | 88 movew #0x202c,EXC_VEC(%a6) |reformat vector to unimp
|
/linux-6.1.9/drivers/infiniband/hw/mlx5/ |
D | fs.c | 757 MLX5_CAP_FLOWTABLE_NIC_TX(dev->mdev, reformat)) in get_flow_table() 1452 if (MLX5_CAP_FLOWTABLE_NIC_TX(dev->mdev, reformat) && in _get_flow_table()
|