Lines Matching refs:registry
2780 if (o->registry.aprox_match.vec[i]) in bnx2x_mcast_get_next_bin()
2783 if (BIT_VEC64_TEST_BIT(o->registry.aprox_match. in bnx2x_mcast_get_next_bin()
2807 BIT_VEC64_CLEAR_BIT(o->registry.aprox_match.vec, cur_bit); in bnx2x_mcast_clear_first_bin()
2850 BIT_VEC64_SET_BIT(o->registry.aprox_match.vec, bin); in bnx2x_mcast_set_one_rule_e2()
2869 BIT_VEC64_SET_BIT(o->registry.aprox_match.vec, bin); in bnx2x_mcast_set_one_rule_e2()
2874 BIT_VEC64_CLEAR_BIT(o->registry.aprox_match.vec, bin); in bnx2x_mcast_set_one_rule_e2()
3024 memcpy(cur, o->registry.aprox_match.vec, in bnx2x_mcast_hdl_pending_set_e2_convert()
3361 elem = o->registry.aprox_match.vec[i]; in bnx2x_mcast_refresh_registry_e2()
3502 BIT_VEC64_SET_BIT(o->registry.aprox_match.vec, in bnx2x_mcast_hdl_add_e1h()
3552 memset(o->registry.aprox_match.vec, 0, in bnx2x_mcast_setup_e1h()
3553 sizeof(o->registry.aprox_match.vec)); in bnx2x_mcast_setup_e1h()
3570 memset(o->registry.aprox_match.vec, 0, in bnx2x_mcast_setup_e1h()
3571 sizeof(o->registry.aprox_match.vec)); in bnx2x_mcast_setup_e1h()
3732 list_for_each_entry(elem, &o->registry.exact_match.macs, link) { in bnx2x_mcast_handle_restore_cmd_e1()
3844 if (!list_empty(&o->registry.exact_match.macs)) in bnx2x_mcast_refresh_registry_e1()
3862 &o->registry.exact_match.macs); in bnx2x_mcast_refresh_registry_e1()
3865 elem = list_first_entry(&o->registry.exact_match.macs, in bnx2x_mcast_refresh_registry_e1()
3869 INIT_LIST_HEAD(&o->registry.exact_match.macs); in bnx2x_mcast_refresh_registry_e1()
3956 return o->registry.exact_match.num_macs_set; in bnx2x_mcast_get_registry_size_exact()
3961 return o->registry.aprox_match.num_bins_set; in bnx2x_mcast_get_registry_size_aprox()
3967 o->registry.exact_match.num_macs_set = n; in bnx2x_mcast_set_registry_size_exact()
3973 o->registry.aprox_match.num_bins_set = n; in bnx2x_mcast_set_registry_size_aprox()
4110 INIT_LIST_HEAD(&mcast_obj->registry.exact_match.macs); in bnx2x_init_mcast_obj()