Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/bxe/
H A Decore_sp.c4097 ECORE_MEMSET(mcast_obj, 0, sizeof(*mcast_obj)); in ecore_init_mcast_obj()
4102 mcast_obj->engine_id = engine_id; in ecore_init_mcast_obj()
4114 mcast_obj->hdl_restore = in ecore_init_mcast_obj()
4127 mcast_obj->get_registry_size = in ecore_init_mcast_obj()
4129 mcast_obj->set_registry_size = in ecore_init_mcast_obj()
4139 mcast_obj->enqueue_cmd = NULL; in ecore_init_mcast_obj()
4151 mcast_obj->get_registry_size = in ecore_init_mcast_obj()
4153 mcast_obj->set_registry_size = in ecore_init_mcast_obj()
4158 mcast_obj->hdl_restore = in ecore_init_mcast_obj()
4168 mcast_obj->get_registry_size = in ecore_init_mcast_obj()
[all …]
H A Decore_sp.h979 struct ecore_mcast_obj *mcast_obj; member
1927 struct ecore_mcast_obj *mcast_obj,
H A Dbxe.c4057 rparam.mcast_obj = &sc->mcast_obj; in bxe_chip_cleanup()
4185 rparam.mcast_obj = &sc->mcast_obj; in bxe_squeeze_objects()
8363 rparam.mcast_obj = &sc->mcast_obj; in bxe_handle_mcast_eqe()
8368 sc->mcast_obj.raw.clear_pending(&sc->mcast_obj.raw); in bxe_handle_mcast_eqe()
8371 if (sc->mcast_obj.check_pending(&sc->mcast_obj)) { in bxe_handle_mcast_eqe()
10497 &sc->mcast_obj, in bxe_init_objs()
12072 rparam.mcast_obj = &sc->mcast_obj; in bxe_set_mc_list()
H A Dbxe.h1473 struct ecore_mcast_obj mcast_obj; member