Home
last modified time | relevance | path

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

/dpdk/lib/table/
H A Drte_swx_table_em.c677 #define LUT_MATCH 0xFFFE macro
714 uint32_t sig_match = LUT_MATCH; in table_lookup()
H A Drte_table_hash_lru.c495 #define LUT_MATCH 0xFFFELLU macro
529 match = (LUT_MATCH >> mask_all) & 1; \
H A Drte_table_hash_ext.c558 #define LUT_MATCH 0xFFFELLU macro
592 match = (LUT_MATCH >> mask_all) & 1; \