Home
last modified time | relevance | path

Searched refs:temp_depth_ipv4 (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dbnxe_context.c451 u8_t temp_ipv6, temp_ipv4, temp_depth_ipv4, is_ipv4; in lm_searcher_mirror_hash_insert() local
480 temp_depth_ipv4 = (temp_ipv4 / 2) + (temp_ipv4 % 2); in lm_searcher_mirror_hash_insert()
481 if (temp_depth_ipv4 < hash_entry->depth_ipv4) { in lm_searcher_mirror_hash_insert()
482 temp_depth_ipv4 = hash_entry->depth_ipv4; in lm_searcher_mirror_hash_insert()
485 if (temp_depth_ipv4 + temp_ipv6 > SRC_HASH_DEPTH_TH) { in lm_searcher_mirror_hash_insert()
493 hash_entry->depth_ipv4 = temp_depth_ipv4; in lm_searcher_mirror_hash_insert()