Searched refs:reformat (Results 1 – 6 of 6) sorted by relevance
/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
D | dr_action.c | 739 attr.reformat_size = action->reformat.reformat_size; in mlx5dr_actions_build_ste_arr() 740 attr.reformat_id = action->reformat.reformat_id; in mlx5dr_actions_build_ste_arr() 1089 action->reformat.reformat_id = reformat_id; in dr_action_create_reformat_action() 1090 action->reformat.reformat_size = data_sz; in dr_action_create_reformat_action() 1177 action->reformat.dmn = dmn; in mlx5dr_action_create_packet_reformat() 1566 refcount_dec(&action->reformat.dmn->refcount); in mlx5dr_action_destroy() 1570 refcount_dec(&action->reformat.dmn->refcount); in mlx5dr_action_destroy() 1574 mlx5dr_cmd_destroy_reformat_ctx((action->reformat.dmn)->mdev, in mlx5dr_action_destroy() 1575 action->reformat.reformat_id); in mlx5dr_action_destroy() 1576 refcount_dec(&action->reformat.dmn->refcount); in mlx5dr_action_destroy()
|
D | dr_types.h | 732 } 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() 442 dw->reformat = dw_hdmi_reformat_iec958; in dw_hdmi_prepare() 446 dw->reformat = dw_hdmi_reformat_s24; in dw_hdmi_prepare()
|
/drivers/net/ethernet/mellanox/mlx5/core/ |
D | fs_cmd.c | 704 void *reformat; in mlx5_cmd_packet_reformat_alloc() local 727 reformat = MLX5_ADDR_OF(packet_reformat_context_in, in mlx5_cmd_packet_reformat_alloc() 730 inlen = reformat - (void *)in + size; in mlx5_cmd_packet_reformat_alloc() 739 memcpy(reformat, reformat_data, size); in mlx5_cmd_packet_reformat_alloc()
|
D | eswitch_offloads.c | 2157 if (MLX5_CAP_ESW_FLOWTABLE_FDB(esw->dev, reformat) && in esw_offloads_enable() 2474 (!MLX5_CAP_ESW_FLOWTABLE_FDB(dev, reformat) || in mlx5_devlink_eswitch_encap_mode_set()
|
/drivers/infiniband/hw/mlx5/ |
D | main.c | 3305 MLX5_CAP_FLOWTABLE_NIC_TX(dev->mdev, reformat)) in get_flow_table() 3962 if (MLX5_CAP_FLOWTABLE_NIC_TX(dev->mdev, reformat) && !esw_encap) in _get_flow_table()
|