Home
last modified time | relevance | path

Searched refs:reformat_id (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_action.c368 u32 reformat_id; member
456 attr->reformat_id, in dr_actions_apply_tx()
743 attr.reformat_id = action->reformat.reformat_id; in mlx5dr_actions_build_ste_arr()
1044 hw_dests[i].vport.reformat_id = in mlx5dr_action_create_mult_dest_tbl()
1045 reformat_action->reformat.reformat_id; in mlx5dr_action_create_mult_dest_tbl()
1191 u32 reformat_id; in dr_action_create_reformat_action() local
1206 &reformat_id); in dr_action_create_reformat_action()
1210 action->reformat.reformat_id = reformat_id; in dr_action_create_reformat_action()
1938 action->reformat.reformat_id); in mlx5dr_action_destroy()
H A Ddr_cmd.c399 u32 *reformat_id) in mlx5dr_cmd_create_reformat_ctx() argument
430 *reformat_id = MLX5_GET(alloc_packet_reformat_context_out, out, packet_reformat_id); in mlx5dr_cmd_create_reformat_ctx()
437 u32 reformat_id) in mlx5dr_cmd_destroy_reformat_ctx() argument
444 reformat_id); in mlx5dr_cmd_destroy_reformat_ctx()
640 fte->dest_arr[i].vport.reformat_id); in mlx5dr_cmd_set_fte()
H A Ddr_types.h234 void mlx5dr_ste_set_tx_encap(void *hw_ste_p, u32 reformat_id,
748 u32 reformat_id; member
970 u32 *reformat_id);
972 u32 reformat_id);
1114 u32 reformat_id; member
H A Ddr_ste.c203 void mlx5dr_ste_set_tx_encap(void *hw_ste_p, u32 reformat_id, int size, bool encap_l3) in mlx5dr_ste_set_tx_encap() argument
209 MLX5_SET(ste_sx_transmit, hw_ste_p, encap_pointer_vlan_data, reformat_id); in mlx5dr_ste_set_tx_encap()