Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/opdl/
H A Dopdl_evdev_xstats.c23 struct opdl_evdev *device = opdl_pmd_priv(dev); in opdl_xstats_init()
51 struct opdl_evdev *device = opdl_pmd_priv(dev); in opdl_xstats_uninit()
70 struct opdl_evdev *device = opdl_pmd_priv(dev); in opdl_xstats_get_names()
105 struct opdl_evdev *device = opdl_pmd_priv(dev); in opdl_xstats_get()
138 struct opdl_evdev *device = opdl_pmd_priv(dev); in opdl_xstats_get_by_name()
167 struct opdl_evdev *device = opdl_pmd_priv(dev); in opdl_xstats_reset()
H A Dopdl_evdev.c182 struct opdl_evdev *device = opdl_pmd_priv(dev); in opdl_port_setup()
241 struct opdl_evdev *device = opdl_pmd_priv(dev); in opdl_queue_setup()
312 struct opdl_evdev *device = opdl_pmd_priv(dev); in opdl_queue_release()
344 struct opdl_evdev *opdl = opdl_pmd_priv(dev); in opdl_dev_configure()
387 struct opdl_evdev *device = opdl_pmd_priv(dev); in opdl_dump()
465 struct opdl_evdev *device = opdl_pmd_priv(dev); in opdl_stop()
512 struct opdl_evdev *device = opdl_pmd_priv(dev); in opdl_start()
533 struct opdl_evdev *device = opdl_pmd_priv(dev); in opdl_close()
H A Dopdl_evdev_init.c354 struct opdl_evdev *device = opdl_pmd_priv(dev); in opdl_add_event_handlers()
410 struct opdl_evdev *device = opdl_pmd_priv(dev); in build_all_dependencies()
468 struct opdl_evdev *device = opdl_pmd_priv(dev); in check_queues_linked()
506 struct opdl_evdev *device = opdl_pmd_priv(dev); in destroy_queues_and_rings()
618 struct opdl_evdev *device = opdl_pmd_priv(dev); in create_queues_and_rings()
704 struct opdl_evdev *device = opdl_pmd_priv(dev); in initialise_all_other_ports()
877 struct opdl_evdev *device = opdl_pmd_priv(dev); in initialise_queue_zero_ports()
922 struct opdl_evdev *device = opdl_pmd_priv(dev); in assign_internal_queue_ids()
H A Dopdl_evdev.h261 opdl_pmd_priv(const struct rte_eventdev *eventdev) in opdl_pmd_priv() function