Home
last modified time | relevance | path

Searched defs:trsvcid (Results 1 – 12 of 12) sorted by relevance

/spdk/proto/
H A Dnvmf_tcp.proto16 string trsvcid = 4; field
H A Dnvmf.proto14 string trsvcid = 3; field
/spdk/python/spdk/spdkcli/
H A Dui_node_nvmf.py186 def delete(self, trtype, traddr, trsvcid, adrfam=None): argument
191 def ui_command_create(self, trtype, traddr, trsvcid, adrfam): argument
204 def ui_command_delete(self, trtype, traddr, trsvcid, adrfam=None): argument
401 def delete(self, trtype, traddr, trsvcid, adrfam=None): argument
405 def ui_command_create(self, trtype, traddr, trsvcid, adrfam, secure_channel=False): argument
420 def ui_command_delete(self, trtype, traddr, trsvcid, adrfam=None): argument
H A Dui_node.py294 ui_command_create(self, name, trtype, traddr, adrfam=None, trsvcid=None, subnqn=None) global() argument
/spdk/python/spdk/rpc/
H A Dnvmf.py289 nvmf_subsystem_remove_listener( client, nqn, trtype, traddr, trsvcid, adrfam, tgt_name=None) global() argument
332 nvmf_subsystem_listener_set_ana_state( client, nqn, ana_state, trtype, traddr, trsvcid, adrfam, tgt_name=None, anagrpid=None) global() argument
404 nvmf_discovery_remove_referral( client, trtype, traddr, trsvcid, adrfam, tgt_name=None, subnqn=None) global() argument
[all...]
H A Dbdev.py687 bdev_nvme_attach_controller(client, name, trtype, traddr, adrfam=None, trsvcid=None, priority=None, subnqn=None, hostnqn=None, hostaddr=None, hostsvcid=None, prchk_reftag=None, prchk_guard=None, hdgst=None, ddgst=None, fabrics_connect_timeout_us=None, multipath=None, num_io_queues=None, ctrlr_loss_timeout_sec=None, reconnect_delay_sec=None, fast_io_fail_timeout_sec=None, psk=None, max_bdevs=None, dhchap_key=None, dhchap_ctrlr_key=None) global() argument
784 bdev_nvme_detach_controller(client, name, trtype=None, traddr=None, adrfam=None, trsvcid=None, subnqn=None, hostaddr=None, hostsvcid=None) global() argument
859 bdev_nvme_start_discovery(client, name, trtype, traddr, adrfam=None, trsvcid=None, hostnqn=None, wait_for_attach=None, ctrlr_loss_timeout_sec=None, reconnect_delay_sec=None, fast_io_fail_timeout_sec=None, attach_timeout_ms=None) global() argument
[all...]
/spdk/test/unit/lib/nvme/nvme_fabric.c/
H A Dnvme_fabric_ut.c305 char trsvcid[SPDK_NVMF_TRSVCID_MAX_LEN] = "4420"; in test_nvme_fabric_discover_probe() local
/spdk/test/unit/lib/nvmf/ctrlr_discovery.c/
H A Dctrlr_discovery_ut.c259 test_gen_trid(struct spdk_nvme_transport_id * trid,enum spdk_nvme_transport_type trtype,enum spdk_nvmf_adrfam adrfam,const char * tradd,const char * trsvcid) test_gen_trid() argument
[all...]
/spdk/module/bdev/nvme/
H A Dbdev_nvme_rpc.c230 char *trsvcid; global() member
721 char *trsvcid; global() member
1636 char *trsvcid; global() member
[all...]
/spdk/include/spdk/
H A Dnvmf_spec.h422 uint8_t trsvcid[SPDK_NVMF_TRSVCID_MAX_LEN]; member
/spdk/lib/nvmf/
H A Dtcp.c787 nvmf_tcp_trsvcid_to_int(const char * trsvcid) nvmf_tcp_trsvcid_to_int() argument
[all...]
H A Dnvmf_rpc.c586 char *trsvcid; global() member
[all...]