Home
last modified time | relevance | path

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

/linux/drivers/net/bonding/
H A Dbond_debugfs.c23 u32 hash_index; in bond_debug_rlb_hash_show() local
33 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()
/linux/drivers/net/ethernet/microchip/lan865x/
H A Dlan865x.c114 u32 hash_index = 0; in lan865x_hash() local
122 hash_index |= (hash << i); in lan865x_hash()
125 return hash_index; in lan865x_hash()
/linux/fs/ntfs3/
H A Dlznt.c50 size_t hash_index; in longest_match_std() local
54 hash_index = in longest_match_std()
58 hash = &(ctx->hash[hash_index].p1); in longest_match_std()
/linux/drivers/net/ethernet/freescale/fs_enet/
H A Dmac-fec.c175 int temp, hash_index; in set_multicast_one() local
181 hash_index = ((temp & 0x01) << 4) | in set_multicast_one()
186 csrVal = 1 << hash_index; in set_multicast_one()
/linux/drivers/md/persistent-data/
H A Ddm-space-map-common.c1103 static inline unsigned int hash_index(dm_block_t index) in hash_index() function
1112 unsigned int h = hash_index(index); in disk_ll_load_ie()
1143 unsigned int h = hash_index(index); in disk_ll_save_ie()
/linux/drivers/scsi/elx/efct/
H A Defct_hw.c835 u32 hash_index = id & (EFCT_HW_Q_HASH_SIZE - 1); in efct_hw_queue_hash_add() local
841 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()