Home
last modified time | relevance | path

Searched refs:dsw_pmd_priv (Results 1 – 3 of 3) sorted by relevance

/dpdk/drivers/event/dsw/
H A Ddsw_evdev.c21 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_port_setup()
100 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_queue_setup()
172 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_port_link_unlink()
232 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_configure()
271 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_start()
350 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_stop()
365 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_close()
H A Ddsw_xstats.c253 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_xstats_get_names()
281 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_xstats_dev_get()
296 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_xstats_port_get()
359 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_xstats_get_by_name()
H A Ddsw_evdev.h288 dsw_pmd_priv(const struct rte_eventdev *eventdev) in dsw_pmd_priv() function