Home
last modified time | relevance | path

Searched refs:LUT_MATCH_POS (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/lib/librte_table/
H A Drte_swx_table_em.c682 #define LUT_MATCH_POS 0x12131210 macro
719 uint32_t sig_match_pos = LUT_MATCH_POS; in table_lookup()
H A Drte_table_hash_lru.c499 #define LUT_MATCH_POS 0x12131210LLU macro
533 match_pos = (LUT_MATCH_POS >> (mask_all << 1)) & 3; \
H A Drte_table_hash_ext.c562 #define LUT_MATCH_POS 0x12131210LLU macro
596 match_pos = (LUT_MATCH_POS >> (mask_all << 1)) & 3; \