/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_action.c | 862 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 in mlx5dr_actions_build_ste_arr() [all...] |
H A D | dr_dbg.c | 192 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()
|
H A D | dr_ste_v1.c | 474 /* Encapsulate with given reformat ID */ in dr_ste_v1_set_encap_l3() 695 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 in dr_ste_v1_set_actions_tx() [all...] |
H A D | mlx5dr.h | 40 struct mlx5dr_action *reformat; member
|
H A D | fs_dr.c | 301 /* Drop reformat action bit if destination vport set with reformat */ in mlx5_cmd_dr_create_fte() 338 mlx5dr_err(domain, "FW-owned reformat can't be used in SW rule\n"); in mlx5_cmd_dr_create_fte() 463 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() 656 mlx5_core_err(ns->dev, "Packet-reformat not supported(%d)\n", in mlx5_cmd_dr_packet_reformat_alloc() 668 mlx5_core_err(ns->dev, "Failed allocating packet-reformat action\n"); in mlx5_cmd_dr_packet_reformat_alloc()
|
H A D | dr_types.h | 286 } reformat; member 1129 struct mlx5dr_action_reformat *reformat; member
|
H A D | dr_ste_v0.c | 350 /* Due to HW limitation we need to set this bit, otherwise reformat + in dr_ste_v0_set_tx_push_vlan() 459 attr->reformat.id, in dr_ste_v0_set_actions_tx() 460 attr->reformat.size, in dr_ste_v0_set_actions_tx() 465 * push vlan + reformat will not work. in dr_ste_v0_set_actions_tx()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/synopsys/ |
H 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() 446 dw->reformat = dw_hdmi_reformat_iec958; in dw_hdmi_prepare() 450 dw->reformat = dw_hdmi_reformat_s24; in dw_hdmi_prepare()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/synopsys/ |
H 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() 446 dw->reformat = dw_hdmi_reformat_iec958; in dw_hdmi_prepare() 450 dw->reformat = dw_hdmi_reformat_s24; in dw_hdmi_prepare()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
H A D | dr_action.c | 462 * push vlan + reformat will not work. in dr_actions_apply_tx() 743 attr.reformat_size = action->reformat.reformat_size; in mlx5dr_actions_build_ste_arr() 744 attr.reformat_id = action->reformat.reformat_id; in mlx5dr_actions_build_ste_arr() 1032 struct mlx5dr_action *reformat_action = dests[i].reformat; in mlx5dr_action_create_mult_dest_tbl() 1046 reformat_action->reformat.reformat_id; in mlx5dr_action_create_mult_dest_tbl() 1158 mlx5dr_dbg(dmn, "Invalid reformat parameter!\n"); in dr_action_verify_reformat_params() 1168 mlx5dr_dbg(dmn, "Action reformat type not support on RX domain\n"); in dr_action_verify_reformat_params() 1174 mlx5dr_dbg(dmn, "Action reformat type not support on TX domain\n"); in dr_action_verify_reformat_params() 1211 action->reformat.reformat_id = reformat_id; in dr_action_create_reformat_action() 1212 action->reformat in dr_action_create_reformat_action() [all...] |
H A D | mlx5dr.h | 38 struct mlx5dr_action *reformat; member
|
H A D | fs_dr.c | 268 /* Drop reformat action bit if destination vport set with reformat */ in mlx5_cmd_dr_create_fte() 418 term_actions[num_term_actions].reformat = in mlx5_cmd_dr_create_fte() 470 if (term_actions->reformat) in mlx5_cmd_dr_create_fte() 471 actions[num_actions++] = term_actions->reformat; in mlx5_cmd_dr_create_fte() 545 mlx5_core_err(ns->dev, "Packet-reformat not supported(%d)\n", in mlx5_cmd_dr_packet_reformat_alloc() 555 mlx5_core_err(ns->dev, "Failed allocating packet-reformat action\n"); in mlx5_cmd_dr_packet_reformat_alloc()
|
H A D | dr_types.h | 750 } reformat; member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | fs_cmd.c | 698 void *reformat; in mlx5_cmd_packet_reformat_alloc() local 721 reformat = MLX5_ADDR_OF(packet_reformat_context_in, in mlx5_cmd_packet_reformat_alloc() 724 inlen = reformat - (void *)in + size; in mlx5_cmd_packet_reformat_alloc() 732 memcpy(reformat, reformat_data, size); in mlx5_cmd_packet_reformat_alloc()
|
H A D | eswitch_offloads.c | 2313 if (MLX5_CAP_ESW_FLOWTABLE_FDB(esw->dev, reformat) && in esw_offloads_enable() 2650 (!MLX5_CAP_ESW_FLOWTABLE_FDB(dev, reformat) || in mlx5_devlink_eswitch_encap_mode_set()
|
/kernel/linux/linux-5.10/include/linux/mlx5/ |
H A D | fs.h | 263 struct mlx5_pkt_reformat *reformat);
|
H A D | mlx5_ifc.h | 401 u8 reformat[0x1]; member
|
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | x_fline.S | 88 movew #0x202c,EXC_VEC(%a6) |reformat vector to unimp
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | x_fline.S | 88 movew #0x202c,EXC_VEC(%a6) |reformat vector to unimp
|
/kernel/linux/linux-6.6/include/linux/mlx5/ |
H A D | fs.h | 342 struct mlx5_pkt_reformat *reformat);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | fs_cmd.c | 880 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()
|
H A D | eswitch.c | 1890 if (MLX5_CAP_ESW_FLOWTABLE_FDB(dev, reformat) && in mlx5_eswitch_init()
|
H A D | eswitch_offloads.c | 549 * if there is reformat because firmware uses LB+hairpin to support it. in esw_dests_to_int_external() 3934 (!MLX5_CAP_ESW_FLOWTABLE_FDB(dev, reformat) || in mlx5_devlink_eswitch_encap_mode_set()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/mlx5/ |
H A D | fs.c | 804 MLX5_CAP_FLOWTABLE_NIC_TX(dev->mdev, reformat)) in get_flow_table() 1321 if (MLX5_CAP_FLOWTABLE_NIC_TX(dev->mdev, reformat) && in _get_flow_table()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/mlx5/ |
H A D | fs.c | 754 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()
|