Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.c2355 if (o->registry.aprox_match.vec[i]) in ecore_mcast_get_next_bin()
2359 (o->registry.aprox_match.vec, cur_bit)) { in ecore_mcast_get_next_bin()
2424 BIT_VEC64_SET_BIT(o->registry.aprox_match.vec, bin); in ecore_mcast_set_one_rule_e2()
2815 elem = o->registry.aprox_match.vec[i]; in ecore_mcast_refresh_registry_e2()
2953 BIT_VEC64_SET_BIT(o->registry.aprox_match.vec, bit); in ecore_mcast_hdl_add_e1h()
3001 ECORE_MEMSET(o->registry.aprox_match.vec, 0, in ecore_mcast_setup_e1h()
3002 sizeof(o->registry.aprox_match.vec)); in ecore_mcast_setup_e1h()
3019 ECORE_MEMSET(o->registry.aprox_match.vec, 0, in ecore_mcast_setup_e1h()
3020 sizeof(o->registry.aprox_match.vec)); in ecore_mcast_setup_e1h()
3030 return o->registry.aprox_match.num_bins_set; in ecore_mcast_get_registry_size_aprox()
[all …]
H A Decore_sp.h977 } aprox_match; member