Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.c2730 o->set_registry_size(o, 0); in ecore_mcast_validate_e2()
2751 o->set_registry_size(o, reg_sz + p->mcast_list_len); in ecore_mcast_validate_e2()
2772 o->set_registry_size(o, old_num_bins); in ecore_mcast_revert_e2()
2820 o->set_registry_size(o, cnt); in ecore_mcast_refresh_registry_e2()
3167 mcast_obj->set_registry_size = in ecore_init_mcast_obj()
3181 mcast_obj->set_registry_size = in ecore_init_mcast_obj()
H A Decore_sp.h1064 void (*set_registry_size)(struct ecore_mcast_obj *o, int n); member