Searched refs:reformat_id (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
| A D | dr_cmd.c | 499 u32 *reformat_id) in mlx5dr_cmd_create_reformat_ctx() argument 533 *reformat_id = MLX5_GET(alloc_packet_reformat_context_out, out, packet_reformat_id); in mlx5dr_cmd_create_reformat_ctx() 540 u32 reformat_id) in mlx5dr_cmd_destroy_reformat_ctx() argument 547 reformat_id); in mlx5dr_cmd_destroy_reformat_ctx() 744 fte->dest_arr[i].vport.reformat_id); in mlx5dr_cmd_set_fte()
|
| A D | dr_action.c | 891 hw_dests[i].vport.reformat_id = in mlx5dr_action_create_mult_dest_tbl() 1081 u32 reformat_id; in dr_action_create_reformat_action() local 1097 &reformat_id); in dr_action_create_reformat_action() 1101 action->reformat->id = reformat_id; in dr_action_create_reformat_action() 1150 &reformat_id); in dr_action_create_reformat_action() 1154 action->reformat->id = reformat_id; in dr_action_create_reformat_action()
|
| A D | dr_ste_v1.c | 373 u32 reformat_id, int size) in dr_ste_v1_set_encap() argument 379 MLX5_SET(ste_double_action_insert_with_ptr_v1, d_action, pointer, reformat_id); in dr_ste_v1_set_encap() 386 u32 reformat_id, in dr_ste_v1_set_insert_hdr() argument 398 MLX5_SET(ste_double_action_insert_with_ptr_v1, d_action, pointer, reformat_id); in dr_ste_v1_set_insert_hdr() 450 u32 reformat_id, in dr_ste_v1_set_encap_l3() argument 464 MLX5_SET(ste_double_action_insert_with_ptr_v1, scnd_d_action, pointer, reformat_id); in dr_ste_v1_set_encap_l3()
|
| A D | dr_types.h | 1183 u32 *reformat_id); 1185 u32 reformat_id); 1334 u32 reformat_id; member
|
| A D | dr_ste_v0.c | 356 static void dr_ste_v0_set_tx_encap(void *hw_ste_p, u32 reformat_id, in dr_ste_v0_set_tx_encap() argument 363 MLX5_SET(ste_sx_transmit, hw_ste_p, encap_pointer_vlan_data, reformat_id); in dr_ste_v0_set_tx_encap()
|
Completed in 28 milliseconds