| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/hws/ |
| H A D | action.c | 495 if (!action->reformat.require_reparse) in hws_action_fill_stc_attr() 500 attr->insert_header.encap = action->reformat.encap; in hws_action_fill_stc_attr() 501 attr->insert_header.insert_anchor = action->reformat.anchor; in hws_action_fill_stc_attr() 502 attr->insert_header.arg_id = action->reformat.arg_id; in hws_action_fill_stc_attr() 503 attr->insert_header.header_size = action->reformat.header_size; in hws_action_fill_stc_attr() 504 attr->insert_header.insert_offset = action->reformat.offset; in hws_action_fill_stc_attr() 940 action[i].reformat.arg_id = arg_id; in hws_action_handle_insert_with_ptr() 941 action[i].reformat.header_size = hdrs[i].sz; in hws_action_handle_insert_with_ptr() 942 action[i].reformat.num_of_hdrs = num_of_hdrs; in hws_action_handle_insert_with_ptr() 943 action[i].reformat.max_hdr_sz = max_sz; in hws_action_handle_insert_with_ptr() [all …]
|
| H A D | mlx5hws.h | 170 } reformat; member 224 struct mlx5hws_action *reformat; member
|
| H A D | fs_hws.c | 809 (*ractions)[num_actions].reformat.offset = pr_data->offset; in mlx5_fs_fte_get_hws_actions() 810 (*ractions)[num_actions].reformat.hdr_idx = pr_data->hdr_idx; in mlx5_fs_fte_get_hws_actions() 811 (*ractions)[num_actions].reformat.data = pr_data->data; in mlx5_fs_fte_get_hws_actions() 872 (*ractions)[num_actions].reformat.offset = pr_data->offset; in mlx5_fs_fte_get_hws_actions() 873 (*ractions)[num_actions].reformat.data = pr_data->data; in mlx5_fs_fte_get_hws_actions()
|
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| H A D | dr_ste_v1.c | 561 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() 578 attr->reformat.size); 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() 590 attr->reformat.param_1, in dr_ste_v1_set_actions_tx() 591 attr->reformat.size); in dr_ste_v1_set_actions_tx() 601 attr->reformat.param_0, in dr_ste_v1_set_actions_tx() 602 attr->reformat.param_1, in dr_ste_v1_set_actions_tx() [all …]
|
| H A D | mlx5dr.h | 40 struct mlx5dr_action *reformat; member
|
| H A D | dr_types.h | 286 } reformat; member 1126 struct mlx5dr_action_reformat *reformat; member
|
| /linux/drivers/gpu/drm/bridge/synopsys/ |
| H A D | dw-hdmi-ahb-audio.c | 123 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()
|
| /linux/Documentation/dev-tools/ |
| H 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/drivers/net/ethernet/mellanox/mlx5/core/ |
| H A D | fs_cmd.c | 910 void *reformat; in mlx5_cmd_packet_reformat_alloc() local 934 reformat = MLX5_ADDR_OF(packet_reformat_context_in, in mlx5_cmd_packet_reformat_alloc() 937 inlen = reformat - (void *)in + params->size; in mlx5_cmd_packet_reformat_alloc() 950 memcpy(reformat, params->data, params->size); in mlx5_cmd_packet_reformat_alloc()
|
| H A D | eswitch.c | 2049 if (MLX5_CAP_ESW_FLOWTABLE_FDB(dev, reformat) && in mlx5_eswitch_init()
|
| /linux/arch/m68k/fpsp040/ |
| H A D | x_fline.S | 88 movew #0x202c,EXC_VEC(%a6) |reformat vector to unimp
|
| /linux/include/linux/mlx5/ |
| H A D | fs.h | 371 struct mlx5_pkt_reformat *reformat);
|
| H A D | mlx5_ifc.h | 453 u8 reformat[0x1]; member
|
| /linux/Documentation/rust/ |
| H A D | coding-guidelines.rst | 78 ``rustfmt`` will actually reformat imports vertically when the empty comment is 79 added. That is, it is possible to easily reformat the original example into the
|
| /linux/drivers/infiniband/hw/mlx5/ |
| H A D | fs.c | 753 MLX5_CAP_FLOWTABLE_NIC_TX(dev->mdev, reformat)) in get_flow_table() 1946 if (MLX5_CAP_FLOWTABLE_NIC_TX(dev->mdev, reformat) && in _get_flow_table()
|