Searched refs:hash_index (Results 1 – 6 of 6) sorted by relevance
229 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()
89 uint32_t hash_index; member
309 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()
2903 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()
83 uint8_t hash_index; in bond_mode_alb_arp_recv() local92 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() local153 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()
2954 uint16_t hash_index, idx, shift; in parse_reta_config() local2987 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()