| /linux-6.15/drivers/net/bonding/ |
| H A D | bond_alb.c | 215 slave_info->head = hash_index; in __tlb_choose_channel() 252 u32 hash_index; in rlb_update_entry_from_arp() local 464 u32 hash_index; in rlb_update_rx_clients() local 493 u32 hash_index; in rlb_req_update_slave_clients() local 524 u32 hash_index; in rlb_req_update_subnet_clients() local 560 u32 hash_index = 0; in rlb_choose_channel() local 638 hash_index; in rlb_choose_channel() 718 u32 hash_index; in rlb_rebalance() local 1376 u32 hash_index; in bond_xmit_tlb_slave_get() local 1392 hash_index & 0xFF, in bond_xmit_tlb_slave_get() [all …]
|
| H A D | bond_debugfs.c | 23 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-6.15/drivers/net/vxlan/ |
| H A D | vxlan_vnifilter.c | 486 u32 hash_index; in vxlan_update_default_fdb_entry() local 489 hash_index = fdb_head_index(vxlan, all_zeros_mac, vni); in vxlan_update_default_fdb_entry() 490 spin_lock_bh(&vxlan->hash_lock[hash_index]); in vxlan_update_default_fdb_entry() 502 spin_unlock_bh(&vxlan->hash_lock[hash_index]); in vxlan_update_default_fdb_entry() 515 spin_unlock_bh(&vxlan->hash_lock[hash_index]); in vxlan_update_default_fdb_entry() 631 u32 hash_index = fdb_head_index(vxlan, all_zeros_mac, in vxlan_vni_delete_group() local 634 spin_lock_bh(&vxlan->hash_lock[hash_index]); in vxlan_vni_delete_group() 642 spin_unlock_bh(&vxlan->hash_lock[hash_index]); in vxlan_vni_delete_group()
|
| H A D | vxlan_core.c | 1256 u32 hash_index; in vxlan_fdb_add() local 1277 spin_lock_bh(&vxlan->hash_lock[hash_index]); in vxlan_fdb_add() 1333 u32 hash_index; in vxlan_fdb_delete() local 1343 spin_lock_bh(&vxlan->hash_lock[hash_index]); in vxlan_fdb_delete() 1497 spin_lock(&vxlan->hash_lock[hash_index]); in vxlan_snoop() 1508 spin_unlock(&vxlan->hash_lock[hash_index]); in vxlan_snoop() 2936 spin_lock_bh(&vxlan->hash_lock[hash_index]); in vxlan_fdb_delete_default() 4787 u32 hash_index; in vxlan_fdb_offloaded_set() local 4816 u32 hash_index; in vxlan_fdb_external_learn_add() local 4843 u32 hash_index; in vxlan_fdb_external_learn_del() local [all …]
|
| /linux-6.15/drivers/net/ethernet/microchip/lan865x/ |
| H A D | lan865x.c | 114 u32 hash_index = 0; in lan865x_hash() local 122 hash_index |= (hash << i); in lan865x_hash() 125 return hash_index; in lan865x_hash()
|
| /linux-6.15/fs/ntfs3/ |
| H A D | lznt.c | 50 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-6.15/drivers/net/ethernet/freescale/fs_enet/ |
| H A D | mac-fec.c | 175 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-6.15/drivers/md/persistent-data/ |
| H A D | dm-space-map-common.c | 1103 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-6.15/drivers/net/ethernet/marvell/octeontx2/af/ |
| H A D | rvu_npc_hash.c | 1400 u32 hash_index; in rvu_npc_exact_update_table_entry() local 1421 hash_index = rvu_exact_calculate_hash(rvu, entry->chan, entry->ctype, in rvu_npc_exact_update_table_entry() 1424 if (hash_index != entry->index) { in rvu_npc_exact_update_table_entry() 1427 __func__, hash_index, entry->index); in rvu_npc_exact_update_table_entry()
|
| /linux-6.15/drivers/scsi/elx/efct/ |
| H A D | efct_hw.c | 835 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()
|
| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc.h | 342 u32 hash_index; member
|
| /linux-6.15/drivers/net/ethernet/cadence/ |
| H A D | macb_main.c | 2881 int hash_index = 0; in hash_get_index() local 2887 hash_index |= (bitval << j); in hash_get_index() 2890 return hash_index; in hash_get_index()
|