Home
last modified time | relevance | path

Searched refs:rte_vfio_enable (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/lib/librte_eal/include/
H A Drte_vfio.h147 int rte_vfio_enable(const char *modname);
/f-stack/dpdk/lib/librte_eal/
H A Dversion.map209 rte_vfio_enable;
/f-stack/dpdk/lib/librte_eal/freebsd/
H A Deal.c1006 int rte_vfio_enable(__rte_unused const char *modname) in rte_vfio_enable() function
/f-stack/dpdk/lib/librte_eal/linux/
H A Deal_vfio.c1022 rte_vfio_enable(const char *modname) in rte_vfio_enable() function
2112 rte_vfio_enable(__rte_unused const char *modname) in rte_vfio_enable() function
H A Deal.c916 if (rte_vfio_enable("vfio")) in rte_eal_vfio_setup()