Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_gen_tbl.c284 struct ulp_gen_hash_entry_params hash_entry; in ulp_mapper_gen_tbl_res_free() local
309 hash_entry.hash_index = (uint32_t)res->resource_hndl; in ulp_mapper_gen_tbl_res_free()
311 &hash_entry)) { in ulp_mapper_gen_tbl_res_free()
313 tbl_idx, hash_entry.hash_index); in ulp_mapper_gen_tbl_res_free()
316 key_idx = hash_entry.key_idx; in ulp_mapper_gen_tbl_res_free()
361 ulp_gen_hash_tbl_list_del(gen_tbl_list->hash_tbl, &hash_entry); in ulp_mapper_gen_tbl_res_free()
380 struct ulp_gen_hash_entry_params *hash_entry, in ulp_mapper_gen_tbl_hash_entry_add() argument
386 switch (hash_entry->search_flag) { in ulp_mapper_gen_tbl_hash_entry_add()
396 rc = ulp_gen_hash_tbl_list_add(tbl_list->hash_tbl, hash_entry); in ulp_mapper_gen_tbl_hash_entry_add()
402 key = hash_entry->key_idx; in ulp_mapper_gen_tbl_hash_entry_add()
H A Dulp_gen_tbl.h168 struct ulp_gen_hash_entry_params *hash_entry,
H A Dulp_mapper.c2829 struct ulp_gen_hash_entry_params hash_entry; in ulp_mapper_gen_tbl_process() local
2886 hash_entry.key_data = cache_key; in ulp_mapper_gen_tbl_process()
2887 hash_entry.key_length = ULP_BITS_2_BYTE(tmplen); in ulp_mapper_gen_tbl_process()
2889 &hash_entry); in ulp_mapper_gen_tbl_process()
2895 if (hash_entry.search_flag == ULP_GEN_HASH_SEARCH_FOUND) { in ulp_mapper_gen_tbl_process()
2896 key_index = hash_entry.key_idx; in ulp_mapper_gen_tbl_process()
2903 key_index = hash_entry.hash_index; in ulp_mapper_gen_tbl_process()
2921 if (hash_entry.search_flag != ULP_GEN_HASH_SEARCH_FOUND) in ulp_mapper_gen_tbl_process()
2951 &hash_entry, in ulp_mapper_gen_tbl_process()
2956 key_index = hash_entry.hash_index; in ulp_mapper_gen_tbl_process()