Searched refs:reformat (Results 1 – 16 of 16) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| A D | dr_action.c | 662 attr.reformat.size = action->reformat->size; in mlx5dr_actions_build_ste_arr() 663 attr.reformat.id = action->reformat->id; in mlx5dr_actions_build_ste_arr() 709 attr.reformat.size = action->reformat->size; in mlx5dr_actions_build_ste_arr() 710 attr.reformat.id = action->reformat->id; in mlx5dr_actions_build_ste_arr() 711 attr.reformat.param_0 = action->reformat->param_0; in mlx5dr_actions_build_ste_arr() 712 attr.reformat.param_1 = action->reformat->param_1; in mlx5dr_actions_build_ste_arr() 892 reformat_action->reformat->id; in mlx5dr_action_create_mult_dest_tbl() 1102 action->reformat->size = data_sz; in dr_action_create_reformat_action() 1160 action->reformat->id = 0; in dr_action_create_reformat_action() 1230 action->reformat->dmn = dmn; in mlx5dr_action_create_packet_reformat() [all …]
|
| A D | dr_ste_v1.c | 582 attr->reformat.id, in dr_ste_v1_set_actions_tx() 583 attr->reformat.size); in dr_ste_v1_set_actions_tx() 598 attr->reformat.id, in dr_ste_v1_set_actions_tx() 609 attr->reformat.id, in dr_ste_v1_set_actions_tx() 610 attr->reformat.param_0, in dr_ste_v1_set_actions_tx() 612 attr->reformat.size); in dr_ste_v1_set_actions_tx() 624 attr->reformat.size); in dr_ste_v1_set_actions_tx() 745 attr->reformat.id, in dr_ste_v1_set_actions_rx() 775 attr->reformat.id, in dr_ste_v1_set_actions_rx() 778 attr->reformat.size); in dr_ste_v1_set_actions_rx() [all …]
|
| A D | fs_dr.c | 425 term_actions[num_term_actions].reformat = in mlx5_cmd_dr_create_fte() 488 if (term_actions->reformat) in mlx5_cmd_dr_create_fte() 489 actions[num_actions++] = term_actions->reformat; in mlx5_cmd_dr_create_fte()
|
| A D | mlx5dr.h | 40 struct mlx5dr_action *reformat; member
|
| A D | dr_types.h | 274 } reformat; member 968 struct mlx5dr_action_reformat *reformat; member
|
| A D | dr_ste_v0.c | 457 attr->reformat.id, in dr_ste_v0_set_actions_tx() 458 attr->reformat.size, in dr_ste_v0_set_actions_tx()
|
| /linux/drivers/gpu/drm/bridge/synopsys/ |
| A 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() 442 dw->reformat = dw_hdmi_reformat_iec958; in dw_hdmi_prepare() 446 dw->reformat = dw_hdmi_reformat_s24; in dw_hdmi_prepare()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/ |
| A D | fs_cmd.c | 786 void *reformat; in mlx5_cmd_packet_reformat_alloc() local 809 reformat = MLX5_ADDR_OF(packet_reformat_context_in, in mlx5_cmd_packet_reformat_alloc() 812 inlen = reformat - (void *)in + params->size; in mlx5_cmd_packet_reformat_alloc() 825 memcpy(reformat, params->data, params->size); in mlx5_cmd_packet_reformat_alloc()
|
| A D | Kconfig | 100 reformat packets in wire speeds without involving the host cpu.
|
| A D | eswitch.c | 1583 if (MLX5_CAP_ESW_FLOWTABLE_FDB(dev, reformat) && in mlx5_eswitch_init()
|
| A D | eswitch_offloads.c | 3575 (!MLX5_CAP_ESW_FLOWTABLE_FDB(dev, reformat) || in mlx5_devlink_eswitch_encap_mode_set()
|
| /linux/Documentation/process/ |
| A 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/include/linux/mlx5/ |
| A D | fs.h | 288 struct mlx5_pkt_reformat *reformat);
|
| A D | mlx5_ifc.h | 413 u8 reformat[0x1]; member
|
| /linux/arch/m68k/fpsp040/ |
| A D | x_fline.S | 88 movew #0x202c,EXC_VEC(%a6) |reformat vector to unimp
|
| /linux/drivers/infiniband/hw/mlx5/ |
| A D | fs.c | 806 MLX5_CAP_FLOWTABLE_NIC_TX(dev->mdev, reformat)) in get_flow_table() 1507 if (MLX5_CAP_FLOWTABLE_NIC_TX(dev->mdev, reformat) && in _get_flow_table()
|
Completed in 119 milliseconds