Searched refs:id2 (Results 1 – 2 of 2) sorted by relevance
73 unsigned id1, id2; in get_two_hyperthreads() local79 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() local103 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() local128 if (id1 == id2) in get_two_sockets()[all …]
29 #define ULP_HASH_INDEX_CALC(id1, id2) (((id1) << 16) | ((id2) & 0xFFFF)) argument