Searched refs:trtype (Results 1 – 5 of 5) sorted by relevance
204 if (port->disc_addr.trtype == NVMF_TRTYPE_TCP && in nvmet_addr_treq_store()339 if (port->disc_addr.trtype == nvmet_transport[i].type) in nvmet_addr_trtype_show()378 port->disc_addr.trtype = nvmet_transport[i].type; in nvmet_addr_trtype_store()379 if (port->disc_addr.trtype == NVMF_TRTYPE_RDMA) in nvmet_addr_trtype_store()381 else if (port->disc_addr.trtype == NVMF_TRTYPE_TCP) in nvmet_addr_trtype_store()404 if (port->disc_addr.trtype == NVMF_TRTYPE_TCP) { in nvmet_addr_tsas_show()409 } else if (port->disc_addr.trtype == NVMF_TRTYPE_RDMA) { in nvmet_addr_tsas_show()450 if (port->disc_addr.trtype == NVMF_TRTYPE_RDMA) { in nvmet_addr_tsas_store()454 } else if (port->disc_addr.trtype == NVMF_TRTYPE_TCP) { in nvmet_addr_tsas_store()1832 port->disc_addr.trtype = NVMF_TRTYPE_MAX; in nvmet_referral_make()[all …]
320 if (port->disc_addr.trtype == NVMF_TRTYPE_MAX) in nvmet_enable_port()323 ops = nvmet_transports[port->disc_addr.trtype]; in nvmet_enable_port()326 request_module("nvmet-transport-%d", port->disc_addr.trtype); in nvmet_enable_port()328 ops = nvmet_transports[port->disc_addr.trtype]; in nvmet_enable_port()331 port->disc_addr.trtype); in nvmet_enable_port()345 port->disc_addr.trtype); in nvmet_enable_port()388 ops = nvmet_transports[port->disc_addr.trtype]; in nvmet_disable_port()1621 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()
2874 if ((port->disc_addr.trtype != NVMF_TRTYPE_FC) || in nvmet_fc_add_port()
1656 __u8 trtype; member