Searched refs:trtype (Results 1 – 6 of 6) sorted by relevance
111 e->trtype = port->disc_addr.trtype; in nvmet_format_discovery_entry()227 if (r->disc_addr.trtype == NVMF_TRTYPE_PCI) in nvmet_execute_disc_get_log_page()
205 if (port->disc_addr.trtype == NVMF_TRTYPE_TCP && in nvmet_addr_treq_store()340 if (port->disc_addr.trtype == nvmet_transport[i].type) in nvmet_addr_trtype_show()379 port->disc_addr.trtype = nvmet_transport[i].type; in nvmet_addr_trtype_store()380 if (port->disc_addr.trtype == NVMF_TRTYPE_RDMA) in nvmet_addr_trtype_store()382 else if (port->disc_addr.trtype == NVMF_TRTYPE_TCP) in nvmet_addr_trtype_store()405 if (port->disc_addr.trtype == NVMF_TRTYPE_TCP) { in nvmet_addr_tsas_show()410 } else if (port->disc_addr.trtype == NVMF_TRTYPE_RDMA) { in nvmet_addr_tsas_show()451 if (port->disc_addr.trtype == NVMF_TRTYPE_RDMA) { in nvmet_addr_tsas_store()455 } else if (port->disc_addr.trtype == NVMF_TRTYPE_TCP) { in nvmet_addr_tsas_store()1833 port->disc_addr.trtype = NVMF_TRTYPE_MAX; in nvmet_referral_make()[all …]
321 if (port->disc_addr.trtype == NVMF_TRTYPE_MAX) in nvmet_enable_port()324 ops = nvmet_transports[port->disc_addr.trtype]; in nvmet_enable_port()327 request_module("nvmet-transport-%d", port->disc_addr.trtype); in nvmet_enable_port()329 ops = nvmet_transports[port->disc_addr.trtype]; in nvmet_enable_port()332 port->disc_addr.trtype); in nvmet_enable_port()346 port->disc_addr.trtype); in nvmet_enable_port()389 ops = nvmet_transports[port->disc_addr.trtype]; in nvmet_disable_port()1622 if (ctrl->port->disc_addr.trtype == NVMF_TRTYPE_LOOP) in nvmet_alloc_ctrl()
758 return ctrl->port->disc_addr.trtype == NVMF_TRTYPE_PCI; in nvmet_is_pci_ctrl()
2873 if ((port->disc_addr.trtype != NVMF_TRTYPE_FC) || in nvmet_fc_add_port()
1656 __u8 trtype; member