Home
last modified time | relevance | path

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

/dpdk/drivers/net/mlx5/
H A Dmlx5_flow.h649 void *normal_path_tbl; /** Flow Table pointer */ member
H A Dmlx5_flow_dv.c11440 resource->normal_path_tbl = tbl; in flow_dv_sample_create_cb()
11474 if (resource->normal_path_tbl) in flow_dv_sample_create_cb()
11476 resource->normal_path_tbl); in flow_dv_sample_create_cb()
14593 if (resource->normal_path_tbl) in flow_dv_sample_remove_cb()
14595 resource->normal_path_tbl); in flow_dv_sample_remove_cb()
H A Dmlx5_flow.c6698 sample_res->normal_path_tbl; in flow_create_split_sample()