Home
last modified time | relevance | path

Searched refs:hash_function (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/drivers/net/
H A Darmada100_fec.c197 static u32 hash_function(u32 mach, u32 macl) in hash_function() function
282 entry = start + hash_function(mach, macl); in add_del_hash_entry()
/openbmc/linux/drivers/net/ethernet/marvell/
H A Dpxa168_eth.c392 static u32 hash_function(const unsigned char *mac_addr_orig) in hash_function() function
467 entry = start + hash_function(mac_addr); in add_del_hash_entry()
/openbmc/linux/fs/reiserfs/
H A Dsuper.c1853 static hashf_t hash_function(struct super_block *s) in hash_function() function
2087 sbi->s_hash_function = hash_function(s); in reiserfs_fill_super()