Home
last modified time | relevance | path

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

/spdk/go/rpc/
H A DREADME.md82 [jsonrpc.org/specification#request_object](https://www.jsonrpc.org/specification#request_object)
87 [jsonrpc.org/specification#response_object](https://www.jsonrpc.org/specification#response_object)
92 [jsonrpc.org/specification#error_object](https://www.jsonrpc.org/specification#error_object)
/spdk/mk/
H A Dspdk.lib_deps.mk14 JSON_LIBS := json jsonrpc rpc
56 DEPDIRS-accel := log util thread json rpc jsonrpc dma
57 DEPDIRS-jsonrpc := log util json
61 DEPDIRS-rpc := log util json jsonrpc
70 DEPDIRS-init := jsonrpc json log rpc thread util
71 DEPDIRS-ftl := log util thread bdev json jsonrpc
/spdk/test/unit/lib/event/reactor.c/
H A DMakefile8 SPDK_LIB_LIST = conf trace jsonrpc json
/spdk/test/unit/lib/event/app.c/
H A DMakefile10 SPDK_LIB_LIST = conf trace jsonrpc json
/spdk/doc/
H A Duser_guides.md12 - @subpage jsonrpc
H A Daccel_fw.md73 To use the IOAT module, use the RPC [`ioat_scan_accel_module`](https://spdk.io/doc/jsonrpc.html) be…
80 [`dsa_scan_accel_module`](https://spdk.io/doc/jsonrpc.html). By default, this
162 To enable this module, use [`dpdk_cryptodev_scan_accel_module`](https://spdk.io/doc/jsonrpc.html),
164 …eter. To select a specific PMD, use [`dpdk_cryptodev_set_driver`](https://spdk.io/doc/jsonrpc.html)
H A Dnotify.md40 See [JSON-RPC documentation](jsonrpc.md/#rpc_notify_get_types)
H A Dscheduler.md51 [framework_set_scheduler](jsonrpc.html#rpc_framework_set_scheduler) RPC to
110 [framework_get_scheduler](jsonrpc.html#rpc_framework_get_scheduler) RPC.
H A Dapplications.md53 See @ref jsonrpc for details.
87 For more details see @ref jsonrpc documentation.
H A Doverview.md37 JSON-RPC. See @ref jsonrpc for additional information.
H A Dspdk_top.md6 [RPC](https://spdk.io/doc/jsonrpc.html) calls to collect performance metrics and displays them in a…
H A Discsi.md44 The iSCSI target is configured via JSON-RPC calls. See @ref jsonrpc for details.
/spdk/lib/jsonrpc/
H A DMakefile12 LIBNAME = jsonrpc
H A Djsonrpc_client.c115 SPDK_COUNTOF(jsonrpc_response_decoders), &r->jsonrpc)) { in jsonrpc_parse_response()
124 spdk_jsonrpc_client_free_response(&r->jsonrpc); in jsonrpc_parse_response()
H A Djsonrpc_client_tcp.c314 spdk_jsonrpc_client_free_response(&client->resp->jsonrpc); in spdk_jsonrpc_client_close()
382 return &r->jsonrpc; in spdk_jsonrpc_client_get_response()
394 r = SPDK_CONTAINEROF(resp, struct spdk_jsonrpc_client_response_internal, jsonrpc); in spdk_jsonrpc_client_free_response()
H A Djsonrpc_internal.h94 struct spdk_jsonrpc_client_response jsonrpc; member
/spdk/test/unit/lib/
H A DMakefile9 DIRS-y = accel bdev blob blobfs dma event ioat iscsi json jsonrpc log lvol
/spdk/scripts/
H A Dcheck_format.sh747 if ! grep -q "^### $rpc" doc/jsonrpc.md; then
/spdk/test/unit/
H A Dunittest.sh80 $valgrind $testdir/lib/jsonrpc/jsonrpc_server.c/jsonrpc_server_ut
/spdk/
H A DREADME.md259 and uses SPDK's [JSON RPC](https://spdk.io/doc/jsonrpc.html) interface to present statistics