Searched refs:encap_data (Results 1 – 9 of 9) sorted by relevance
| /dpdk/app/test-flow-perf/ |
| H A D | flow_gen.c | 47 uint64_t encap_data, in generate_flow() argument 69 encap_data, decap_data, core_idx, in generate_flow()
|
| H A D | actions_gen.h | 22 uint64_t encap_data, uint64_t decap_data, uint8_t core_idx,
|
| H A D | flow_gen.h | 35 uint64_t encap_data,
|
| H A D | actions_gen.c | 30 uint64_t encap_data; member 773 uint64_t encap_data = para.encap_data; in add_raw_encap() local 795 headers[i].funct(&header, encap_data, para); in add_raw_encap() 913 uint64_t encap_data, uint64_t decap_data, uint8_t core_idx, in fill_actions() argument 934 .encap_data = encap_data, in fill_actions()
|
| H A D | main.c | 51 static uint64_t encap_data; variable 798 encap_data |= flow_options[i].mask; in args_parse() 1414 hairpin_queues_num, encap_data, in insert_flows()
|
| /dpdk/drivers/net/mlx5/ |
| H A D | mlx5_flow_hw.c | 557 uint8_t *encap_data = NULL; in flow_hw_actions_translate() local 692 encap_data = raw_encap_data->data; in flow_hw_actions_translate() 721 MLX5_ASSERT(!encap_data); in flow_hw_actions_translate() 729 encap_data = buf; in flow_hw_actions_translate() 730 } else if (encap_data && __flow_hw_act_data_encap_append in flow_hw_actions_translate() 743 memcpy(acts->encap_decap->data, encap_data, data_size); in flow_hw_actions_translate() 747 data_size, encap_data, in flow_hw_actions_translate() 913 uint8_t *buf = job->encap_data; in flow_hw_actions_construct() 2113 job[j].encap_data = &encap[j * MLX5_ENCAP_MAX_LEN]; in flow_hw_configure()
|
| H A D | mlx5.h | 345 uint8_t *encap_data; /* Encap data. */ member
|
| H A D | mlx5_flow_dv.c | 4331 const struct rte_flow_item *encap_data; in flow_dv_create_action_l2_encap() local 4347 encap_data = in flow_dv_create_action_l2_encap() 4351 encap_data = in flow_dv_create_action_l2_encap() 4354 if (flow_dv_convert_encap_data(encap_data, res.buf, in flow_dv_create_action_l2_encap() 4427 const struct rte_flow_action_raw_encap *encap_data; in flow_dv_create_action_raw_encap() local 4431 encap_data = (const struct rte_flow_action_raw_encap *)action->conf; in flow_dv_create_action_raw_encap() 4432 res.size = encap_data->size; in flow_dv_create_action_raw_encap() 4433 memcpy(res.buf, encap_data->data, res.size); in flow_dv_create_action_raw_encap()
|
| /dpdk/drivers/net/bnxt/ |
| H A D | hsi_struct_def_dpdk.h | 41985 uint32_t encap_data[20]; member 45189 uint32_t encap_data[20]; member
|