Lines Matching refs:g_rand_keys

1831 struct flow_key g_rand_keys[9];  variable
1945 g_rand_keys[i].port_dst = i; in test_hash_rcu_qsbr_dq_mode()
1946 g_rand_keys[i].port_src = i+1; in test_hash_rcu_qsbr_dq_mode()
1978 pos[i] = rte_hash_add_key(g_handle, &g_rand_keys[i]); in test_hash_rcu_qsbr_dq_mode()
1979 print_key_info("Add", &g_rand_keys[i], pos[i]); in test_hash_rcu_qsbr_dq_mode()
1993 pos[0] = rte_hash_lookup(g_handle, &g_rand_keys[0]); in test_hash_rcu_qsbr_dq_mode()
1994 print_key_info("Lkp", &g_rand_keys[0], pos[0]); in test_hash_rcu_qsbr_dq_mode()
2000 pos[0] = rte_hash_del_key(g_handle, &g_rand_keys[0]); in test_hash_rcu_qsbr_dq_mode()
2001 print_key_info("Del", &g_rand_keys[0], pos[0]); in test_hash_rcu_qsbr_dq_mode()
2007 pos[0] = rte_hash_lookup(g_handle, &g_rand_keys[0]); in test_hash_rcu_qsbr_dq_mode()
2008 print_key_info("Lkp", &g_rand_keys[0], pos[0]); in test_hash_rcu_qsbr_dq_mode()
2013 pos[0] = rte_hash_add_key(g_handle, &g_rand_keys[0]); in test_hash_rcu_qsbr_dq_mode()
2014 print_key_info("Add", &g_rand_keys[0], pos[0]); in test_hash_rcu_qsbr_dq_mode()
2022 pos[0] = rte_hash_add_key(g_handle, &g_rand_keys[0]); in test_hash_rcu_qsbr_dq_mode()
2023 print_key_info("Add", &g_rand_keys[0], pos[0]); in test_hash_rcu_qsbr_dq_mode()
2032 pos[0] = rte_hash_lookup(g_handle, &g_rand_keys[0]); in test_hash_rcu_qsbr_dq_mode()
2033 print_key_info("Lkp", &g_rand_keys[0], pos[0]); in test_hash_rcu_qsbr_dq_mode()
2065 rte_hash_lookup(g_handle, &g_rand_keys[0]); in test_hash_rcu_qsbr_reader()
2115 g_rand_keys[i].port_dst = i; in test_hash_rcu_qsbr_sync_mode()
2116 g_rand_keys[i].port_src = i+1; in test_hash_rcu_qsbr_sync_mode()
2152 pos[i] = rte_hash_add_key(g_handle, &g_rand_keys[i]); in test_hash_rcu_qsbr_sync_mode()
2153 print_key_info("Add", &g_rand_keys[i], pos[i]); in test_hash_rcu_qsbr_sync_mode()
2163 pos[0] = rte_hash_del_key(g_handle, &g_rand_keys[0]); in test_hash_rcu_qsbr_sync_mode()
2164 print_key_info("Del", &g_rand_keys[0], status); in test_hash_rcu_qsbr_sync_mode()
2169 pos[0] = rte_hash_add_key(g_handle, &g_rand_keys[0]); in test_hash_rcu_qsbr_sync_mode()
2170 print_key_info("Add", &g_rand_keys[0], pos[0]); in test_hash_rcu_qsbr_sync_mode()