Home
last modified time | relevance | path

Searched refs:normal_path_tbl (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.h573 void *normal_path_tbl; /** Flow Table pointer */ member
H A Dmlx5_flow_dv.c8740 cache_resource->normal_path_tbl = tbl; in flow_dv_sample_create_cb()
8781 if (cache_resource->normal_path_tbl) in flow_dv_sample_create_cb()
8783 cache_resource->normal_path_tbl); in flow_dv_sample_create_cb()
11102 if (cache_resource->normal_path_tbl) in flow_dv_sample_remove_cb()
11104 cache_resource->normal_path_tbl); in flow_dv_sample_remove_cb()
H A Dmlx5_flow.c5082 sample_res->normal_path_tbl; in flow_create_split_sample()