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