Home
last modified time | relevance | path

Searched refs:ULP_HASH_BUCKET_INVAL (Results 1 – 2 of 2) 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()
234 } else if (miss_idx == ULP_HASH_BUCKET_INVAL) { in ulp_gen_hash_tbl_list_key_search()
239 if (miss_idx == ULP_HASH_BUCKET_INVAL) { in ulp_gen_hash_tbl_list_key_search()
H A Dulp_gen_hash.h32 #define ULP_HASH_BUCKET_INVAL -1 macro