Home
last modified time | relevance | path

Searched refs:dvh (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow_dv.c9101 dev_flow->handle->dvh.rix_tag; in flow_dv_translate_action_sample()
9786 MLX5_ASSERT(!handle->dvh.rix_tag); in flow_dv_translate()
10214 handle->dvh.modify_hdr->action; in flow_dv_translate()
10736 dv_h = &dh->dvh; in flow_dv_apply()
11132 handle->dvh.rix_sample); in flow_dv_sample_resource_release()
11267 if (dev_handle->dvh.matcher) in flow_dv_destroy()
11269 if (dev_handle->dvh.rix_sample) in flow_dv_destroy()
11276 if (dev_handle->dvh.modify_hdr) in flow_dv_destroy()
11278 if (dev_handle->dvh.rix_push_vlan) in flow_dv_destroy()
11281 if (dev_handle->dvh.rix_tag) in flow_dv_destroy()
[all …]
H A Dmlx5_flow.h650 struct mlx5_flow_handle_dv dvh; member