| /spdk/python/spdk/sma/device/ |
| H A D | device.py | 15 def __init__(self, name, protocol, client, allow_delete_volumes=False): argument 17 self.protocol = protocol
|
| /spdk/scripts/ |
| H A D | fio-wrapper | 85 case "$protocol" in 135 protocol="nvmf" 148 p) protocol=$OPTARG ;;
|
| /spdk/lib/nvmf/ |
| H A D | mdns_server.c | 116 char *protocol; in publish_pull_registration_request() 127 protocol = "tcp"; in publish_pull_registration_request() 137 snprintf(type, sizeof(type), "%s._%s", type_base, protocol); in publish_pull_registration_request() 139 snprintf(txt_protocol, sizeof(txt_protocol), "p=%s", protocol); in publish_pull_registration_request() 109 char *protocol; publish_pull_registration_request() local
|
| /spdk/doc/ |
| H A D | vhost_processing.md | 33 Vhost is a protocol for devices accessible via inter-process communication. 43 SPDK to expose a vhost device is Vhost-user protocol. 46 describes the protocol as follows: 48 > [Vhost-user protocol] is aiming to complement the ioctl interface used to 54 > The protocol defines 2 sides of the communication, front-end and back-end.
|
| H A D | sma.md | 175 well as the name of the protocol it supports. There can be many DeviceManagers 176 supporting the same protocol, but only one can be active at a time. The name of 177 the protocol shall match the type specified in `CreateDeviceRequest.params`
|
| H A D | nvme_multipath.md | 173 SPDK NVMe multipath is transport protocol independent. Heterogeneous multipath configuration (e.g.,
|
| H A D | vhost.md | 24 The diagram, and the vhost protocol itself is described in @ref vhost_processing doc.
|
| /spdk/include/spdk/ |
| H A D | jsonrpc.h | 93 struct spdk_jsonrpc_server *spdk_jsonrpc_server_listen(int domain, int protocol,
|
| /spdk/lib/jsonrpc/ |
| H A D | jsonrpc_client_tcp.c | 200 jsonrpc_client_connect(struct spdk_jsonrpc_client *client, int domain, int protocol, in jsonrpc_client_connect() argument 205 client->sockfd = socket(domain, SOCK_STREAM | SOCK_NONBLOCK, protocol); in jsonrpc_client_connect()
|
| H A D | jsonrpc_server_tcp.c | 11 spdk_jsonrpc_server_listen(int domain, int protocol, in spdk_jsonrpc_server_listen() argument 32 server->sockfd = socket(domain, SOCK_STREAM | SOCK_NONBLOCK | SOCK_CLOEXEC, protocol); in spdk_jsonrpc_server_listen()
|
| /spdk/test/nvmf/target/ |
| H A D | perf_adq.sh | 35 "${NVMF_TARGET_NS_CMD[@]}" $tc filter add dev $NVMF_TARGET_INTERFACE protocol \
|
| /spdk/module/bdev/nvme/ |
| H A D | bdev_mdns_client.c | 172 get_spdk_nvme_transport_from_proto_str(char *protocol, enum spdk_nvme_transport_type *trtype) in get_spdk_nvme_transport_from_proto_str() 176 if (!protocol || !trtype) { in get_spdk_nvme_transport_from_proto_str() 180 if (strcmp("tcp", protocol) == 0) { in get_spdk_nvme_transport_from_proto_str() 171 get_spdk_nvme_transport_from_proto_str(char * protocol,enum spdk_nvme_transport_type * trtype) get_spdk_nvme_transport_from_proto_str() argument
|
| /spdk/go/rpc/ |
| H A D | README.md | 67 - `response`: Response for rpc call. Contains version of JSON-RPC protocol, id, error or result.
|
| /spdk/python/spdk/sma/ |
| H A D | sma.py | 35 self._devices[device_manager.protocol] = device_manager
|
| /spdk/test/unit/lib/rpc/rpc.c/ |
| H A D | rpc_ut.c | 27 DEFINE_STUB(spdk_jsonrpc_server_listen, struct spdk_jsonrpc_server *, (int domain, int protocol,
|
| /spdk/scripts/perf/nvmf/ |
| H A D | README.md | 81 - irdma_roce_enable - loads irdma driver with RoCEv2 network protocol enabled on Target and 84 - pause_frames - configures pause frames when RoCEv2 network protocol is enabled on Target and
|
| /spdk/ |
| H A D | README.md | 250 operations remotely with TCP/IP protocol,
|
| /spdk/test/accel/ |
| H A D | bib | 243 %T Videotex/Teletext presentation level protocol syntax (Draft) 3489 %T Fundamentals of the layer service definitions and protocol specifications 4456 %T Internetwork protocol approaches 5070 %T Does the human component in the network have a protocol?
|