Searched refs:reformat (Results 1 – 9 of 9) sorted by relevance
/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_action.c | 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() 1211 action->reformat.reformat_id = reformat_id; in dr_action_create_reformat_action() 1212 action->reformat.reformat_size = data_sz; in dr_action_create_reformat_action() 1299 action->reformat.dmn = dmn; in mlx5dr_action_create_packet_reformat() 1930 refcount_dec(&action->reformat.dmn->refcount); in mlx5dr_action_destroy() 1934 refcount_dec(&action->reformat.dmn->refcount); in mlx5dr_action_destroy() 1938 mlx5dr_cmd_destroy_reformat_ctx((action->reformat.dmn)->mdev, in mlx5dr_action_destroy() [all …]
|
D | fs_dr.c | 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()
|
D | mlx5dr.h | 38 struct mlx5dr_action *reformat; member
|
D | dr_types.h | 750 } reformat; member
|
/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()
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
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()
|
D | Kconfig | 91 reformat packets in wire speeds without involving the host cpu.
|
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()
|
/drivers/infiniband/hw/mlx5/ |
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()
|