Home
last modified time | relevance | path

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

/dpdk/drivers/net/bnxt/tf_ulp/
H A Dulp_gen_hash.c229 entry->hash_index = ULP_HASH_INDEX_CALC(hash_id, 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()
269 idx = ULP_HASH_GET_H_INDEX(entry->hash_index); in ulp_gen_hash_tbl_list_index_search()
275 idx = ULP_HASH_GET_B_INDEX(entry->hash_index); in ulp_gen_hash_tbl_list_index_search()
310 idx = ULP_HASH_GET_H_INDEX(entry->hash_index); in ulp_gen_hash_tbl_list_add()
312 bucket += ULP_HASH_GET_B_INDEX(entry->hash_index); in ulp_gen_hash_tbl_list_add()
352 idx = ULP_HASH_GET_H_INDEX(entry->hash_index); in ulp_gen_hash_tbl_list_del()
354 bucket += ULP_HASH_GET_B_INDEX(entry->hash_index); in ulp_gen_hash_tbl_list_del()
H A Dulp_gen_hash.h89 uint32_t hash_index; member
H A Dulp_gen_tbl.c309 hash_entry.hash_index = (uint32_t)res->resource_hndl; in ulp_mapper_gen_tbl_res_free()
313 tbl_idx, hash_entry.hash_index); in ulp_mapper_gen_tbl_res_free()
H A Dulp_mapper.c2903 key_index = hash_entry.hash_index; in ulp_mapper_gen_tbl_process()
2956 key_index = hash_entry.hash_index; in ulp_mapper_gen_tbl_process()
/dpdk/drivers/net/bonding/
H A Drte_eth_bond_alb.c83 uint8_t hash_index; in bond_mode_alb_arp_recv() local
92 hash_index = simple_hash((uint8_t *) &arp->arp_data.arp_sip, in bond_mode_alb_arp_recv()
94 client_info = &hash_table[hash_index]; in bond_mode_alb_arp_recv()
136 uint8_t hash_index; in bond_mode_alb_arp_xmit() local
153 hash_index = simple_hash((uint8_t *)&arp->arp_data.arp_tip, in bond_mode_alb_arp_xmit()
155 client_info = &hash_table[hash_index]; in bond_mode_alb_arp_xmit()
/dpdk/app/test-pmd/
H A Dcmdline.c2954 uint16_t hash_index, idx, shift; in parse_reta_config() local
2987 hash_index = (uint16_t)int_fld[FLD_HASH_INDEX]; in parse_reta_config()
2990 if (hash_index >= nb_entries) { in parse_reta_config()
2992 hash_index); in parse_reta_config()
2996 idx = hash_index / RTE_ETH_RETA_GROUP_SIZE; in parse_reta_config()
2997 shift = hash_index % RTE_ETH_RETA_GROUP_SIZE; in parse_reta_config()