#include "spdk/log.h"
#include "spdk/rpc.h"
#include "spdk/util.h"
#include <doca_dev.h>
#include <doca_ctx.h>
#include <doca_devemu_pci.h>
#include <doca_devemu_pci_type.h>
#include <doca_error.h>
#include <doca_log.h>
#include "nvme_pci_common.h"
#include "nvme_pci_type_config.h"
Go to the source code of this file.
|
| static void | rpc_nvmf_doca_get_managers (struct spdk_jsonrpc_request *request, const struct spdk_json_val *params) |
| |
| | SPDK_RPC_REGISTER ("nvmf_doca_get_managers", rpc_nvmf_doca_get_managers, SPDK_RPC_RUNTIME) |
| |
| static void | free_rpc_nvmf_doca_create_function (struct nvmf_doca_create_function_in *in) |
| |
| static void | rpc_nvmf_doca_create_function (struct spdk_jsonrpc_request *request, const struct spdk_json_val *params) |
| |
| | SPDK_RPC_REGISTER ("nvmf_doca_create_function", rpc_nvmf_doca_create_function, SPDK_RPC_RUNTIME) |
| |
| static void | free_rpc_nvmf_doca_destroy_function (struct nvmf_doca_destroy_function_in *in) |
| |
| static void | rpc_nvmf_doca_destroy_function (struct spdk_jsonrpc_request *request, const struct spdk_json_val *params) |
| |
| | SPDK_RPC_REGISTER ("nvmf_doca_destroy_function", rpc_nvmf_doca_destroy_function, SPDK_RPC_RUNTIME) |
| |
| static void | free_rpc_nvmf_doca_list_functions (struct nvmf_doca_list_functions_in *in) |
| |
| static void | rpc_nvmf_doca_list_functions (struct spdk_jsonrpc_request *request, const struct spdk_json_val *params) |
| |
| | SPDK_RPC_REGISTER ("nvmf_doca_list_functions", rpc_nvmf_doca_list_functions, SPDK_RPC_RUNTIME) |
| |
◆ free_rpc_nvmf_doca_create_function()
◆ free_rpc_nvmf_doca_destroy_function()
◆ free_rpc_nvmf_doca_list_functions()
◆ rpc_nvmf_doca_create_function()
| static void rpc_nvmf_doca_create_function |
( |
struct spdk_jsonrpc_request * |
request, |
|
|
const struct spdk_json_val * |
params |
|
) |
| |
|
static |
◆ rpc_nvmf_doca_destroy_function()
| static void rpc_nvmf_doca_destroy_function |
( |
struct spdk_jsonrpc_request * |
request, |
|
|
const struct spdk_json_val * |
params |
|
) |
| |
|
static |
◆ rpc_nvmf_doca_get_managers()
| static void rpc_nvmf_doca_get_managers |
( |
struct spdk_jsonrpc_request * |
request, |
|
|
const struct spdk_json_val * |
params |
|
) |
| |
|
static |
◆ rpc_nvmf_doca_list_functions()
| static void rpc_nvmf_doca_list_functions |
( |
struct spdk_jsonrpc_request * |
request, |
|
|
const struct spdk_json_val * |
params |
|
) |
| |
|
static |
◆ SPDK_RPC_REGISTER() [1/4]
◆ SPDK_RPC_REGISTER() [2/4]
◆ SPDK_RPC_REGISTER() [3/4]
◆ SPDK_RPC_REGISTER() [4/4]
◆ nvmf_doca_create_function_decoder
| const struct spdk_json_object_decoder nvmf_doca_create_function_decoder[] |
|
static |
◆ nvmf_doca_destroy_function_decoder
| const struct spdk_json_object_decoder nvmf_doca_destroy_function_decoder[] |
|
static |
◆ nvmf_doca_list_functions_decoder
| const struct spdk_json_object_decoder nvmf_doca_list_functions_decoder[] |
|
static |