Searched defs:hash_bit (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_pfc.c334 uint16_t hash_bit; local
357 hash_bit = (1 << (mchash % HASH_REG_WIDTH));
358 hash_filter->hash_filter_regs[j] |= hash_bit;
393 uint16_t hash_bit; local
413 hash_bit = (1 << (mchash % HASH_REG_WIDTH));
414 hash_filter->hash_filter_regs[j] &= ~hash_bit;
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_mac.c590 u32 hash_value, hash_bit, hash_reg; local
603 hash_bit = hash_value & 0x1F;
605 hw->mac.mta_shadow[hash_reg] |= (1 << hash_bit);
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_mac.c5870 uint16_t hash_bit; local
5888 hash_bit = (1 << (mchash % HASH_REG_WIDTH));
5889 hash_filter->hash_filter_regs[j] |= hash_bit;
5916 uint16_t hash_bit; local
5935 hash_bit = (1 << (mchash % HASH_REG_WIDTH));
5936 hash_filter->hash_filter_regs[j] &= ~hash_bit;

Completed in 76 milliseconds