Searched refs:ext_table_support (Results 1 – 2 of 2) sorted by relevance
153 unsigned int ext_table_support = 0; in rte_hash_create() local211 ext_table_support = 1; in rte_hash_create()250 if (ext_table_support) { in rte_hash_create()306 if (ext_table_support) { in rte_hash_create()434 h->ext_table_support = ext_table_support; in rte_hash_create()643 if (h->ext_table_support) { in rte_hash_reset()660 if (h->ext_table_support) { in rte_hash_reset()1114 if (!h->ext_table_support) { in __rte_hash_add_key_with_hash()1835 if (h->ext_table_support && h->readwrite_concur_lf_support) { in rte_hash_free_key_with_position()2187 if (h->ext_table_support) { in __bulk_lookup_lf()[all …]
188 uint8_t ext_table_support; /**< Enable extendable bucket table */ member