Searched refs:h_val (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbnxe_context.c256 context->array[j].h_val = 0;
450 u32_t h_val = 0; local
462 h_val = _lm_searcher_mirror_hash_calc(&context->searcher_hash, tuple);
465 h_val &= ((1 << context->searcher_hash.num_hash_bits) - 1);
467 /* init num_hash_bits in the searcher: if the h_val is all FFFFs - set it to 0 */
468 if (h_val == ((1 << context->searcher_hash.num_hash_bits) - 1)) {
469 h_val = 0;
473 hash_entry = &context->searcher_hash.searcher_table[h_val];
501 /* remeber the IP type and h_val to know where and how much
505 context->array[cid].h_val
519 u32_t h_val = 0; local
[all...]
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h2766 u32_t h_val; /* for searcher mirror hash management */ member in struct:lm_context_cookie

Completed in 82 milliseconds