Home
last modified time | relevance | path

Searched refs:opdl_evdev (Results 1 – 5 of 5) 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.h111 struct opdl_evdev;
121 struct opdl_evdev *opdl;
215 struct opdl_evdev { struct
260 static inline struct opdl_evdev * argument
267 opdl_pmd_dev_id(const struct opdl_evdev *opdl) in opdl_pmd_dev_id()
272 static inline const struct opdl_evdev *
H A Dopdl_evdev_init.c292 static int opdl_add_deps(struct opdl_evdev *device, in opdl_add_deps()
354 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()
523 initialise_queue(struct opdl_evdev *device, in initialise_queue()
548 create_opdl(struct opdl_evdev *device) in create_opdl()
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()
[all …]
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()
645 struct opdl_evdev *opdl; in opdl_probe()
697 sizeof(struct opdl_evdev), socket_id); in opdl_probe()
H A Dmeson.build5 'opdl_evdev.c',