Home
last modified time | relevance | path

Searched refs:mcast_obj (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/bnx2x/
H A Decore_sp.c3137 ECORE_MEMSET(mcast_obj, 0, sizeof(*mcast_obj)); in ecore_init_mcast_obj()
3142 mcast_obj->engine_id = engine_id; in ecore_init_mcast_obj()
3153 mcast_obj->enqueue_cmd = NULL; in ecore_init_mcast_obj()
3154 mcast_obj->hdl_restore = NULL; in ecore_init_mcast_obj()
3160 mcast_obj->max_cmd_len = -1; in ecore_init_mcast_obj()
3162 mcast_obj->set_one_rule = NULL; in ecore_init_mcast_obj()
3165 mcast_obj->get_registry_size = in ecore_init_mcast_obj()
3167 mcast_obj->set_registry_size = in ecore_init_mcast_obj()
3174 mcast_obj->max_cmd_len = 16; in ecore_init_mcast_obj()
3179 mcast_obj->get_registry_size = in ecore_init_mcast_obj()
[all …]
H A Decore_sp.h930 struct ecore_mcast_obj *mcast_obj; member
1903 struct ecore_mcast_obj *mcast_obj,
H A Dbnx2x.c1869 rparam.mcast_obj = &sc->mcast_obj; in bnx2x_chip_cleanup()
1978 rparam.mcast_obj = &sc->mcast_obj; in bnx2x_squeeze_objects()
4274 rparam.mcast_obj = &sc->mcast_obj; in bnx2x_handle_mcast_eqe()
4277 sc->mcast_obj.raw.clear_pending(&sc->mcast_obj.raw); in bnx2x_handle_mcast_eqe()
4280 if (sc->mcast_obj.check_pending(&sc->mcast_obj)) { in bnx2x_handle_mcast_eqe()
5771 &sc->mcast_obj, in bnx2x_init_objs()
H A Dbnx2x.h1136 struct ecore_mcast_obj mcast_obj; member