Home
last modified time | relevance | path

Searched refs:trtype (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/nvme/target/
H A Ddiscovery.c111 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()
H A Dconfigfs.c204 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 …]
H A Dcore.c327 if (port->disc_addr.trtype == NVMF_TRTYPE_MAX) in nvmet_enable_port()
330 ops = nvmet_transports[port->disc_addr.trtype]; in nvmet_enable_port()
333 request_module("nvmet-transport-%d", port->disc_addr.trtype); in nvmet_enable_port()
335 ops = nvmet_transports[port->disc_addr.trtype]; in nvmet_enable_port()
338 port->disc_addr.trtype); in nvmet_enable_port()
352 port->disc_addr.trtype); in nvmet_enable_port()
395 ops = nvmet_transports[port->disc_addr.trtype]; in nvmet_disable_port()
1585 if (ctrl->port->disc_addr.trtype == NVMF_TRTYPE_LOOP) in nvmet_alloc_ctrl()
H A Dnvmet.h748 return ctrl->port->disc_addr.trtype == NVMF_TRTYPE_PCI; in nvmet_is_pci_ctrl()
H A Dfc.c2843 if ((port->disc_addr.trtype != NVMF_TRTYPE_FC) || in nvmet_fc_add_port()
/linux-6.15/include/linux/
H A Dnvme.h1580 __u8 trtype; member