Home
last modified time | relevance | path

Searched refs:num_ipv6 (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.c476 temp_ipv6 = hash_entry->num_ipv6 + (is_ipv4 ? 0 : 1); in lm_searcher_mirror_hash_insert()
491 hash_entry->num_ipv6 = temp_ipv6; in lm_searcher_mirror_hash_insert()
496 … if (context->searcher_hash.hash_depth_reached < hash_entry->depth_ipv4 + hash_entry->num_ipv6) { in lm_searcher_mirror_hash_insert()
497 … context->searcher_hash.hash_depth_reached = hash_entry->depth_ipv4 + hash_entry->num_ipv6; in lm_searcher_mirror_hash_insert()
542 DbgBreakIf(!hash_entry->num_ipv6); in lm_searcher_mirror_hash_remove()
543 hash_entry->num_ipv6--; in lm_searcher_mirror_hash_remove()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h2780 u8_t num_ipv6; member