Home
last modified time | relevance | path

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

/f-stack/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()
/f-stack/dpdk/app/test-pmd/
H A Dcmdline.c2843 uint16_t hash_index, idx, shift; in parse_reta_config() local
2876 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()