Home
last modified time | relevance | path

Searched refs:id2 (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
79 RTE_LCORE_FOREACH(id2) { in get_two_hyperthreads()
80 if (id1 == id2) in get_two_hyperthreads()
89 lcp->c2 = id2; in get_two_hyperthreads()
100 unsigned id1, id2; in get_two_cores() local
103 RTE_LCORE_FOREACH(id2) { in get_two_cores()
104 if (id1 == id2) in get_two_cores()
113 lcp->c2 = id2; 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