Searched refs:reformat_id (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/steering/ |
A D | dr_cmd.c | 514 u32 *reformat_id) in mlx5dr_cmd_create_reformat_ctx() argument 548 *reformat_id = MLX5_GET(alloc_packet_reformat_context_out, out, packet_reformat_id); in mlx5dr_cmd_create_reformat_ctx() 555 u32 reformat_id) in mlx5dr_cmd_destroy_reformat_ctx() argument 562 reformat_id); in mlx5dr_cmd_destroy_reformat_ctx() 853 fte->dest_arr[i].vport.reformat_id); in mlx5dr_cmd_set_fte()
|
A D | dr_action.c | 1185 hw_dests[i].vport.reformat_id = in mlx5dr_action_create_mult_dest_tbl() 1376 u32 reformat_id; in dr_action_create_reformat_action() local 1392 &reformat_id); in dr_action_create_reformat_action() 1396 action->reformat->id = reformat_id; in dr_action_create_reformat_action() 1446 &reformat_id); in dr_action_create_reformat_action() 1450 action->reformat->id = reformat_id; in dr_action_create_reformat_action()
|
A D | dr_ste_v1.c | 388 u32 reformat_id, int size) in dr_ste_v1_set_encap() argument 394 MLX5_SET(ste_double_action_insert_with_ptr_v1, d_action, pointer, reformat_id); in dr_ste_v1_set_encap() 401 u32 reformat_id, in dr_ste_v1_set_insert_hdr() argument 413 MLX5_SET(ste_double_action_insert_with_ptr_v1, d_action, pointer, reformat_id); in dr_ste_v1_set_insert_hdr() 465 u32 reformat_id, in dr_ste_v1_set_encap_l3() argument 479 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 | 1316 u32 *reformat_id); 1318 u32 reformat_id); 1467 u32 reformat_id; member
|
A D | dr_ste_v0.c | 357 static void dr_ste_v0_set_tx_encap(void *hw_ste_p, u32 reformat_id, in dr_ste_v0_set_tx_encap() argument 364 MLX5_SET(ste_sx_transmit, hw_ste_p, encap_pointer_vlan_data, reformat_id); in dr_ste_v0_set_tx_encap()
|
Completed in 24 milliseconds