Home
last modified time | relevance | path

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

/spdk/python/spdk/rpc/
H A Dsock.py86 def sock_get_default_impl(client): function
/spdk/test/nvmf/target/
H A Dperf_adq.sh42 socket_impl=$("$rpc_py" sock_get_default_impl | jq -r '.impl_name')
/spdk/scripts/
H A Drpc.py3780 def sock_get_default_impl(args):
3781 print_json(rpc.sock.sock_get_default_impl(args.client))
3783 p = subparsers.add_parser('sock_get_default_impl', help="Get the default sock implementation name")
3784 p.set_defaults(func=sock_get_default_impl)
3601 def sock_get_default_impl(args): global() function