Home
last modified time | relevance | path

Searched refs:num_ipv4 (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.c477 temp_ipv4 = hash_entry->num_ipv4 + is_ipv4; in lm_searcher_mirror_hash_insert()
492 hash_entry->num_ipv4 = temp_ipv4; in lm_searcher_mirror_hash_insert()
547 DbgBreakIf(!hash_entry->num_ipv4); in lm_searcher_mirror_hash_remove()
548 hash_entry->num_ipv4--; in lm_searcher_mirror_hash_remove()
549 if (hash_entry->num_ipv4 < hash_entry->depth_ipv4) in lm_searcher_mirror_hash_remove()
551 hash_entry->depth_ipv4 = hash_entry->num_ipv4; in lm_searcher_mirror_hash_remove()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h2779 u8_t num_ipv4; member