Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/event/dsw/
H A Ddsw_evdev.c21 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_port_setup()
103 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_queue_setup()
175 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_port_link_unlink()
235 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_configure()
274 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_start()
353 struct dsw_evdev *dsw = dsw_pmd_priv(dev); in dsw_stop()
368 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.h285 dsw_pmd_priv(const struct rte_eventdev *eventdev) in dsw_pmd_priv() function