Searched refs:hash_value (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_hash.c143 get_hash_index(unsigned int *hash_tbl, unsigned int hash_value, argument
148 idx = hash_value % hash_size;
149 inc = 1 + (hash_value % (hash_size - 2));
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_vf.c359 u32 hash_value, hash_mask; local
374 hash_value = hash_mask & (((mc_addr[4] >> (8 - bit_shift)) |
377 return hash_value;
405 u32 hash_value; local
430 hash_value = e1000_hash_mc_addr_vf(hw, mc_addr_list);
431 DEBUGOUT1("Hash value = 0x%03X\n", hash_value);
432 hash_list[i] = hash_value & 0x0FFF;
H A De1000_mac.c518 u32 hash_value, hash_mask; local
552 * case 0: hash_value = ((0x34 >> 4) | (0x56 << 4)) & 0xFFF = 0x563
553 * case 1: hash_value = ((0x34 >> 3) | (0x56 << 5)) & 0xFFF = 0xAC6
554 * case 2: hash_value = ((0x34 >> 2) | (0x56 << 6)) & 0xFFF = 0x163
555 * case 3: hash_value = ((0x34 >> 0) | (0x56 << 8)) & 0xFFF = 0x634
572 hash_value = hash_mask & (((mc_addr[4] >> (8 - bit_shift)) |
575 return hash_value;
590 u32 hash_value, hash_bit, hash_reg; local
600 hash_value = e1000_hash_mc_addr_generic(hw, mc_addr_list);
602 hash_reg = (hash_value >>
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/
H A Dl4states.h188 u32_t hash_value; member in struct:_l4_tcp_const_state_t
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_gnu.c1103 uint32_t idx, hash_value, hash_size; local
1152 hash_value = get_hashid(mchunk + p->d_msg[MSGID][i].offset,
1154 idx = get_hash_index(d_hash, hash_value, hash_size);
1283 * for the specified hash_value.
1286 get_hash_index(uint32_t *hash_tbl, uint32_t hash_value, uint32_t hash_size) argument
1290 idx = hash_value % hash_size;
1291 inc = 1 + (hash_value % (hash_size - 2));
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_util.c1309 long hash_value; local
1340 hash_value = hash(NSPTR(&((*(tpp + i))->data0)),
1343 if (0 == *(hash_table + hash_value)) {
1344 *(hash_table + hash_value) = 1;
1346 *(hash_table + hash_value) = 2;
1369 hash_value = hash((char *)source_data,
1373 if (0 == *(hash_table + hash_value)) {
1374 *(hash_table + hash_value) = 1;
1376 *(hash_table + hash_value) = 2;
1460 hash_value
[all...]
H A Dgeniconvtbl.c713 itm_size_t hash_value; local
736 hash_value = hash((const char *)(q), source_len,
738 p = map_hash + (pair_size * hash_value);
739 if (1 == *(map_error + hash_value)) {
748 hash_value));
749 } else if (0 == *(map_error + hash_value)) {
750 TRACE_MESSAGE('G', ("(h=%d): No Pair\n", hash_value));
752 } else /* if (0 < *(map_error + hash_value)) */ {
784 hash_value));
797 hash_value));
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_rx.c775 pLmPkt->u1.rx.hash_val_ptr = &pRxPkt->hash_value;
H A Dbnxe.h397 u32_t hash_value; member in struct:_um_rxpacket_t
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c2070 uctx_st->indirection_ram_offset = (u16_t)tcp->tcp_const.hash_value;
2141 if (ERR_IF(tcp->tcp_const.hash_value >= (u8_t)USTORM_INDIRECTION_TABLE_SIZE)) {
2142 if (tcp->tcp_const.hash_value >= (u8_t)USTORM_INDIRECTION_TABLE_SIZE)
2144 DbgBreakIfAll(tcp->tcp_const.hash_value >= (u8_t)USTORM_INDIRECTION_TABLE_SIZE);
2147 tcp->tcp_const.hash_value = LM_TOE_FW_RSS_ID(pdev,LM_TOE_BASE_RSS_ID(pdev));
2166 cctx_st->cpu_id = pdev->toe_info.indirection_table[tcp->tcp_const.hash_value];
3409 spe.toe_data.rx_completion.hash_value = (u16_t)(tcp->tcp_const.hash_value);
3833 spe.toe_data.rx_completion.hash_value = (u16_t)(tcp->tcp_const.hash_value);
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h9487 u16_t hash_value /* information for ustorm to use in completion */; member in struct:toe_rx_completion_ramrod_data
9489 u16_t hash_value /* information for ustorm to use in completion */;

Completed in 185 milliseconds