Searched refs:hash_index (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/net/bonding/ |
D | bond_alb.c | 219 static struct slave *__tlb_choose_channel(struct bonding *bond, u32 hash_index, in __tlb_choose_channel() argument 227 assigned_slave = hash_table[hash_index].tx_slave; in __tlb_choose_channel() 236 hash_table[hash_index].tx_slave = assigned_slave; in __tlb_choose_channel() 237 hash_table[hash_index].next = next_index; in __tlb_choose_channel() 238 hash_table[hash_index].prev = TLB_NULL_INDEX; in __tlb_choose_channel() 241 hash_table[next_index].prev = hash_index; in __tlb_choose_channel() 243 slave_info->head = hash_index; in __tlb_choose_channel() 245 hash_table[hash_index].load_history; in __tlb_choose_channel() 250 hash_table[hash_index].tx_bytes += skb_len; in __tlb_choose_channel() 255 static struct slave *tlb_choose_channel(struct bonding *bond, u32 hash_index, in tlb_choose_channel() argument [all …]
|
D | bond_debugfs.c | 22 u32 hash_index; in bond_debug_rlb_hash_show() local 32 hash_index = bond_info->rx_hashtbl_used_head; in bond_debug_rlb_hash_show() 33 for (; hash_index != RLB_NULL_INDEX; in bond_debug_rlb_hash_show() 34 hash_index = client_info->used_next) { in bond_debug_rlb_hash_show() 35 client_info = &(bond_info->rx_hashtbl[hash_index]); in bond_debug_rlb_hash_show()
|
/linux-4.4.14/drivers/net/ethernet/freescale/fs_enet/ |
D | mac-fec.c | 189 int temp, hash_index, i, j; in set_multicast_one() local 206 hash_index = ((temp & 0x01) << 4) | in set_multicast_one() 211 csrVal = 1 << hash_index; in set_multicast_one()
|
/linux-4.4.14/fs/logfs/ |
D | dir.c | 134 static pgoff_t hash_index(u32 hash, int round) in hash_index() function 170 index = hash_index(hash, round); in logfs_get_dd_page() 378 index = hash_index(hash, round); in logfs_write_dir()
|
/linux-4.4.14/drivers/net/ethernet/cadence/ |
D | macb.c | 1775 int hash_index = 0; in hash_get_index() local 1781 hash_index |= (bitval << j); in hash_get_index() 1784 return hash_index; in hash_get_index()
|