HomeSort by relevance Sort by last modified time
    Searched defs:hash_mask (Results 1 - 6 of 6) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/zmod/
deflate.h 139 uInt hash_mask; /* hash_size-1 */ member in struct:internal_state
  /onnv/onnv-gate/usr/src/uts/common/io/e1000g/
e1000_mac.c 584 u32 hash_value, hash_mask; local
590 hash_mask = (hw->mac.mta_reg_count * 32) - 1;
596 while (hash_mask >> bit_shift != 0xFF)
604 * MSB of mc_addr[5] would still fall within the hash_mask. Case 0
639 hash_value = hash_mask & (((mc_addr[4] >> (8 - bit_shift)) |
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/igb/
igb_mac.c 510 u32 hash_value, hash_mask; local
516 hash_mask = (hw->mac.mta_reg_count * 32) - 1;
522 while (hash_mask >> bit_shift != 0xFF)
531 * the hash_mask. Case 0 does this exactly. Since there are a total
566 hash_value = hash_mask & (((mc_addr[4] >> (8 - bit_shift)) |
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
zlib.c 260 uInt hash_mask; /* hash_size-1 */ member in struct:deflate_state
554 #define UPDATE_HASH(s,h,c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask)
630 s->hash_mask = s->hash_size - 1;
    [all...]
  /onnv/onnv-gate/usr/src/lib/libc/inc/
thr_uberdata.h 883 uint_t hash_mask; /* hash_size - 1 */ member in struct:uberdata
1093 uint_t hash_mask; member in struct:uberdata32
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/ppp/spppcomp/
zlib.c 413 uInt hash_mask; /* hash_size-1 */ member in struct:deflate_state
800 #define UPDATE_HASH(s, h, c) (h = (((h)<<s->hash_shift) ^ (c)) & s->hash_mask)
915 s->hash_mask = s->hash_size - 1;
    [all...]

Completed in 1980 milliseconds