Home
last modified time | relevance | path

Searched refs:set_registry_size (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.c3391 o->set_registry_size(o, 0); in ecore_mcast_validate_e2()
3412 o->set_registry_size(o, reg_sz + p->mcast_list_len); in ecore_mcast_validate_e2()
3432 o->set_registry_size(o, old_num_bins); in ecore_mcast_revert_e2()
3480 o->set_registry_size(o, cnt); in ecore_mcast_refresh_registry_e2()
3697 o->set_registry_size(o, 0); in ecore_mcast_validate_e1()
3724 o->set_registry_size(o, p->mcast_list_len); in ecore_mcast_validate_e1()
3748 o->set_registry_size(o, old_num_macs); in ecore_mcast_revert_e1()
4224 mcast_obj->set_registry_size = in ecore_init_mcast_obj()
4248 mcast_obj->set_registry_size = in ecore_init_mcast_obj()
4265 mcast_obj->set_registry_size = in ecore_init_mcast_obj()
H A Decore_sp_verbs.h697 void (*set_registry_size)(struct ecore_mcast_obj *o, int n); member