Searched refs:hash_bits (Results 1 – 4 of 4) sorted by relevance
143 u8 hash_bits; member493 u8 hash_bits; member
341 mbx.rss_cfg.hash_bits = rss->hash_bits; in nicvf_config_rss()379 rss->hash_bits = 0; in nicvf_rss_init()391 rss->hash_bits = ilog2(rounddown_pow_of_two(rss->rss_size)); in nicvf_rss_init()
594 cpi_cfg |= (cfg->hash_bits << 20); in nic_config_rss()
577 unsigned long long hash_bits; member591 ht->hash_bits = __ffs(nr_buckets); in h_init()626 unsigned int h = hash_64(from_oblock(e->oblock), ht->hash_bits); in h_insert()662 unsigned int h = hash_64(from_oblock(oblock), ht->hash_bits); in h_lookup()679 unsigned int h = hash_64(from_oblock(e->oblock), ht->hash_bits); in h_remove()
Completed in 18 milliseconds