Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/ecore/
H A Decore_sp_verbs.c3028 if (o->registry.aprox_match.vec[i]) in ecore_mcast_get_next_bin()
3031 if (BIT_VEC64_TEST_BIT(o->registry.aprox_match. in ecore_mcast_get_next_bin()
3097 BIT_VEC64_SET_BIT(o->registry.aprox_match.vec, bin); in ecore_mcast_set_one_rule_e2()
3475 elem = o->registry.aprox_match.vec[i]; in ecore_mcast_refresh_registry_e2()
3610 BIT_VEC64_SET_BIT(o->registry.aprox_match.vec, in ecore_mcast_hdl_add_e1h()
3660 mm_memset(o->registry.aprox_match.vec, 0, in ecore_mcast_setup_e1h()
3661 sizeof(o->registry.aprox_match.vec)); in ecore_mcast_setup_e1h()
3678 mm_memset(o->registry.aprox_match.vec, 0, in ecore_mcast_setup_e1h()
3679 sizeof(o->registry.aprox_match.vec)); in ecore_mcast_setup_e1h()
4066 return o->registry.aprox_match.num_bins_set; in ecore_mcast_get_registry_size_aprox()
[all …]
H A Decore_sp_verbs.h611 } aprox_match; member