Searched refs:hash_index (Results 1 – 6 of 6) sorted by relevance
23 u32 hash_index; in bond_debug_rlb_hash_show() local33 hash_index = bond_info->rx_hashtbl_used_head; in bond_debug_rlb_hash_show()34 for (; hash_index != RLB_NULL_INDEX; in bond_debug_rlb_hash_show()35 hash_index = client_info->used_next) { in bond_debug_rlb_hash_show()36 client_info = &(bond_info->rx_hashtbl[hash_index]); in bond_debug_rlb_hash_show()
118 u32 hash_index = 0; in lan865x_hash() local126 hash_index |= (hash << i); in lan865x_hash()129 return hash_index; in lan865x_hash()
50 size_t hash_index; in longest_match_std() local54 hash_index = in longest_match_std()58 hash = &(ctx->hash[hash_index].p1); in longest_match_std()
175 int temp, hash_index; in set_multicast_one() local181 hash_index = ((temp & 0x01) << 4) | in set_multicast_one()186 csrVal = 1 << hash_index; in set_multicast_one()
835 u32 hash_index = id & (EFCT_HW_Q_HASH_SIZE - 1); in efct_hw_queue_hash_add() local841 while (hash[hash_index].in_use) in efct_hw_queue_hash_add()842 hash_index = (hash_index + 1) & (EFCT_HW_Q_HASH_SIZE - 1); in efct_hw_queue_hash_add()845 hash[hash_index].id = id; in efct_hw_queue_hash_add()846 hash[hash_index].in_use = true; in efct_hw_queue_hash_add()847 hash[hash_index].index = index; in efct_hw_queue_hash_add()
3068 int hash_index = 0; in hash_get_index() local3074 hash_index |= (bitval << j); in hash_get_index()3077 return hash_index; in hash_get_index()