Home
last modified time | relevance | path

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

/spdk/test/external_code/accel/
H A Dmodule.c11 static struct spdk_accel_module_if g_ex_module; variable
114 spdk_io_device_register(&g_ex_module, ex_accel_create_cb, ex_accel_destroy_cb, in ex_accel_module_init()
123 spdk_io_device_unregister(&g_ex_module, NULL); in ex_accel_module_fini()
155 return spdk_get_io_channel(&g_ex_module); in ex_accel_get_io_channel()
188 static struct spdk_accel_module_if g_ex_module = { variable
198 SPDK_ACCEL_MODULE_REGISTER(external, &g_ex_module)