Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_gen_hash.c196 int32_t miss_idx = ULP_HASH_BUCKET_INVAL; in ulp_gen_hash_tbl_list_key_search() local
234 } else if (miss_idx == ULP_HASH_BUCKET_INVAL) { in ulp_gen_hash_tbl_list_key_search()
235 miss_idx = idx; in ulp_gen_hash_tbl_list_key_search()
239 if (miss_idx == ULP_HASH_BUCKET_INVAL) { in ulp_gen_hash_tbl_list_key_search()
243 entry->hash_index = ULP_HASH_INDEX_CALC(hash_id, miss_idx); in ulp_gen_hash_tbl_list_key_search()