Searched refs:modname (Results 1 – 3 of 3) sorted by relevance
148 int rte_vfio_enable(const char *modname);162 int rte_vfio_is_enabled(const char *modname);
940 int rte_vfio_enable(__rte_unused const char *modname) in rte_vfio_enable() argument946 int rte_vfio_is_enabled(__rte_unused const char *modname) in rte_vfio_is_enabled() argument
1081 rte_vfio_enable(const char *modname) in rte_vfio_enable() argument1107 vfio_available = rte_eal_check_module(modname); in rte_vfio_enable()1144 rte_vfio_is_enabled(const char *modname) in rte_vfio_is_enabled() argument1146 const int mod_available = rte_eal_check_module(modname) > 0; in rte_vfio_is_enabled()