Lines Matching defs:trtype
64 connect_nvm_controller(enum nvmf_trtype trtype, int adrfam, const char *address,
77 switch (trtype) {
82 warnx("Unsupported transport %s", nvmf_transport_type(trtype));
90 error = connect_nvm_queues(&aparams, trtype, adrfam, address, port,
125 switch (entry->trtype) {
150 nvmf_transport_type(entry->trtype), entry->subnqn);
160 connect_nvm_controller(entry->trtype, adrfam, entry->traddr,
180 discover_controllers(enum nvmf_trtype trtype, const char *address,
185 qp = connect_discovery_adminq(trtype, address, port, opt.hostnqn);
195 enum nvmf_trtype trtype;
208 trtype = NVMF_TRTYPE_TCP;
218 error = connect_nvm_controller(trtype, AF_UNSPEC, address, port, cntlid,
229 enum nvmf_trtype trtype;
240 trtype = NVMF_TRTYPE_TCP;
245 discover_controllers(trtype, address, port);