Searched refs:rte_vfio_is_enabled (Results 1 – 6 of 6) sorted by relevance
162 int rte_vfio_is_enabled(const char *modname);
213 rte_vfio_is_enabled;
1011 int rte_vfio_is_enabled(__rte_unused const char *modname) in rte_vfio_is_enabled() function
1086 rte_vfio_is_enabled(const char *modname) in rte_vfio_is_enabled() function2118 rte_vfio_is_enabled(__rte_unused const char *modname) in rte_vfio_is_enabled() function
1289 if (rte_vfio_is_enabled("vfio") && vfio_mp_sync_setup() < 0) in rte_eal_init()
1119 return rte_vfio_is_enabled("vfio_pci"); in pci_vfio_is_enabled()