Searched refs:hash_table (Results 26 - 33 of 33) sorted by relevance

12

/linux-master/arch/powerpc/mm/book3s64/
H A Dhash_utils.c1006 static void __init hash_init_partition_table(phys_addr_t hash_table, argument
1016 mmu_partition_table_set_entry(0, hash_table | htab_size, 0, false);
/linux-master/drivers/net/ethernet/microchip/
H A Dlan743x_main.c1607 u32 hash_table[DP_SEL_VHF_HASH_LEN]; local
1625 memset(hash_table, 0, DP_SEL_VHF_HASH_LEN * sizeof(u32));
1651 hash_table[bitnum / 32] |= (1 << (bitnum % 32));
1660 DP_SEL_VHF_HASH_LEN, hash_table);
/linux-master/drivers/net/ethernet/sun/
H A Dcassini.c2890 u16 hash_table[16]; local
2895 memset(hash_table, 0, sizeof(hash_table));
2915 hash_table[crc >> 4] |= 1 << (15 - (crc & 0xf));
2919 writel(hash_table[i], cp->regs + REG_MAC_HASH_TABLEN(i));
/linux-master/drivers/scsi/lpfc/
H A Dlpfc.h735 DECLARE_HASHTABLE(hash_table, 8);
H A Dlpfc_ct.c3640 if (!hash_empty(vport->hash_table))
3641 hash_for_each(vport->hash_table, bucket, cur, hnode)
H A Dlpfc_scsi.c5491 if (!hash_empty(vport->hash_table))
5492 hash_for_each(vport->hash_table, bucket, cur, hnode)
H A Dlpfc_hbadisc.c304 hash_for_each(vport->hash_table, bucket, vmp, hnode) {
H A Dlpfc_init.c4670 hash_init(vport->hash_table);

Completed in 365 milliseconds

12