Searched refs:hash_index (Results 1 – 2 of 2) sorted by relevance
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()
2843 uint16_t hash_index, idx, shift; in parse_reta_config() local2876 hash_index = (uint16_t)int_fld[FLD_HASH_INDEX]; in parse_reta_config()2879 if (hash_index >= nb_entries) { in parse_reta_config()2880 printf("Invalid RETA hash index=%d\n", hash_index); in parse_reta_config()2884 idx = hash_index / RTE_RETA_GROUP_SIZE; in parse_reta_config()2885 shift = hash_index % RTE_RETA_GROUP_SIZE; in parse_reta_config()