Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/hcapi/cfa/
H A Dhcapi_cfa_p58.c105 uint32_t key0_hash; in hcapi_cfa_p58_key_hash() local
114 key0_hash = hcapi_cfa_crc32_hash(((uint8_t *)key_data) + in hcapi_cfa_p58_key_hash()
119 return ((uint64_t)key0_hash) << 32 | (uint64_t)key1_hash; in hcapi_cfa_p58_key_hash()
H A Dhcapi_cfa_p4.c127 uint32_t key0_hash; in hcapi_cfa_p4_key_hash() local
136 key0_hash = in hcapi_cfa_p4_key_hash()
141 return ((uint64_t)key0_hash) << 32 | (uint64_t)key1_hash; in hcapi_cfa_p4_key_hash()
/dpdk/drivers/net/bnxt/tf_core/
H A Dtf_em_hash_internal.c44 uint32_t key0_hash; in tf_em_hash_insert_int_entry() local
76 key0_hash = (uint32_t)(big_hash >> 32); in tf_em_hash_insert_int_entry()
82 key0_hash, in tf_em_hash_insert_int_entry()
H A Dtf_msg.h309 uint32_t key0_hash,
H A Dtf_em_common.c709 uint32_t key0_hash; in tf_insert_eem_entry() local
735 key0_hash = (uint32_t)(big_hash >> 32); in tf_insert_eem_entry()
738 key0_index = key0_hash & mask; in tf_insert_eem_entry()
H A Dtf_msg.c852 uint32_t key0_hash, in tf_msg_hash_insert_em_internal_entry() argument
922 req.key0_hash = key0_hash; in tf_msg_hash_insert_em_internal_entry()
/dpdk/drivers/net/bnxt/
H A Dhsi_struct_def_dpdk.h51475 uint32_t key0_hash; member