Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_ring_perf.c73 unsigned id1, id2; in get_two_hyperthreads() local
75 RTE_LCORE_FOREACH(id1) { in get_two_hyperthreads()
80 if (id1 == id2) in get_two_hyperthreads()
88 lcp->c1 = id1; in get_two_hyperthreads()
100 unsigned id1, id2; in get_two_cores() local
102 RTE_LCORE_FOREACH(id1) { in get_two_cores()
104 if (id1 == id2) in get_two_cores()
112 lcp->c1 = id1; in get_two_cores()
124 unsigned id1, id2; in get_two_sockets() local
128 if (id1 == id2) in get_two_sockets()
[all …]
/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_gen_hash.h29 #define ULP_HASH_INDEX_CALC(id1, id2) (((id1) << 16) | ((id2) & 0xFFFF)) argument