Searched refs:trtype (Results 1 – 5 of 5) sorted by relevance
202 if (port->disc_addr.trtype == NVMF_TRTYPE_TCP && in nvmet_addr_treq_store()337 if (port->disc_addr.trtype == nvmet_transport[i].type) in nvmet_addr_trtype_show()376 port->disc_addr.trtype = nvmet_transport[i].type; in nvmet_addr_trtype_store()377 if (port->disc_addr.trtype == NVMF_TRTYPE_RDMA) in nvmet_addr_trtype_store()379 else if (port->disc_addr.trtype == NVMF_TRTYPE_TCP) in nvmet_addr_trtype_store()402 if (port->disc_addr.trtype == NVMF_TRTYPE_TCP) { in nvmet_addr_tsas_show()407 } else if (port->disc_addr.trtype == NVMF_TRTYPE_RDMA) { in nvmet_addr_tsas_show()448 if (port->disc_addr.trtype == NVMF_TRTYPE_RDMA) { in nvmet_addr_tsas_store()452 } else if (port->disc_addr.trtype == NVMF_TRTYPE_TCP) { in nvmet_addr_tsas_store()
327 ops = nvmet_transports[port->disc_addr.trtype]; in nvmet_enable_port()330 request_module("nvmet-transport-%d", port->disc_addr.trtype); in nvmet_enable_port()332 ops = nvmet_transports[port->disc_addr.trtype]; in nvmet_enable_port()335 port->disc_addr.trtype); in nvmet_enable_port()349 port->disc_addr.trtype); in nvmet_enable_port()392 ops = nvmet_transports[port->disc_addr.trtype]; in nvmet_disable_port()1426 if (ctrl->port->disc_addr.trtype == NVMF_TRTYPE_LOOP) in nvmet_alloc_ctrl()
111 e->trtype = port->disc_addr.trtype; in nvmet_format_discovery_entry()
2877 if ((port->disc_addr.trtype != NVMF_TRTYPE_FC) || in nvmet_fc_add_port()
1486 __u8 trtype; member