Searched refs:fbk_params (Results 1 – 2 of 2) sorted by relevance
170 const struct rte_fbk_hash_params fbk_params = { .name = "test_fbk_mp_hash" }; in run_object_creation_tests() local172 if ((rte_fbk_hash_create(&fbk_params) != NULL) && in run_object_creation_tests()173 (rte_fbk_hash_find_existing(fbk_params.name) == NULL)){ in run_object_creation_tests()
290 struct rte_fbk_hash_params fbk_params = { in fbk_create_free() local302 fbk_params.name = "fr_test_once"; in fbk_create_free()304 handle = rte_fbk_hash_create(&fbk_params); in fbk_create_free()312 fbk_params.name = fbk_name; in fbk_create_free()314 handle = rte_fbk_hash_create(&fbk_params); in fbk_create_free()