Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.c9374 modify_hdr = dh->dvh.modify_hdr; in mlx5_flow_dev_dump_ipool()
9381 if (modify_hdr) { in mlx5_flow_dev_dump_ipool()
9382 data = (const uint8_t *)modify_hdr->actions; in mlx5_flow_dev_dump_ipool()
9383 size = (size_t)(modify_hdr->actions_num) * 8; in mlx5_flow_dev_dump_ipool()
9384 id = (uint64_t)(uintptr_t)modify_hdr->action; in mlx5_flow_dev_dump_ipool()
9385 actions_num = modify_hdr->actions_num; in mlx5_flow_dev_dump_ipool()
9480 modify_hdr = in mlx5_flow_dev_dump_sh_all()
9482 data = (const uint8_t *)modify_hdr->actions; in mlx5_flow_dev_dump_sh_all()
9483 size = (size_t)(modify_hdr->actions_num) * 8; in mlx5_flow_dev_dump_sh_all()
9484 actions_num = modify_hdr->actions_num; in mlx5_flow_dev_dump_sh_all()
[all …]
H A Dmlx5_flow_dv.c5855 dev_flow->handle->dvh.modify_hdr = resource; in flow_dv_modify_hdr_resource_register()
13540 handle->dvh.modify_hdr->action; in flow_dv_translate()
14794 if (dev_handle->dvh.modify_hdr) in flow_dv_destroy()
15608 if (mtr_policy->act_cnt[i].modify_hdr) { in flow_dv_destroy_mtr_policy_acts()
15609 dev_handle.dvh.modify_hdr = in flow_dv_destroy_mtr_policy_acts()
15610 mtr_policy->act_cnt[i].modify_hdr; in flow_dv_destroy_mtr_policy_acts()
16036 act_cnt->modify_hdr = in __flow_dv_create_domain_policy_acts()
16037 dev_flow.handle->dvh.modify_hdr; in __flow_dv_create_domain_policy_acts()
16667 if (mtr_policy->act_cnt[i].modify_hdr) { in __flow_dv_create_policy_acts_rules()
16669 mtr_policy->act_cnt[i].modify_hdr->action; in __flow_dv_create_policy_acts_rules()
[all …]
H A Dmlx5_flow.h681 struct mlx5_flow_dv_modify_hdr_resource *modify_hdr; member
H A Dmlx5.h740 struct mlx5_flow_dv_modify_hdr_resource *modify_hdr; member