Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dconfigfs.c204 if (port->disc_addr.trtype == NVMF_TRTYPE_TCP && in nvmet_addr_treq_store()
366 if (port->disc_addr.trtype == nvmet_transport[i].type) in nvmet_addr_trtype_show()
405 port->disc_addr.trtype = nvmet_transport[i].type; in nvmet_addr_trtype_store()
406 if (port->disc_addr.trtype == NVMF_TRTYPE_RDMA) in nvmet_addr_trtype_store()
408 else if (port->disc_addr.trtype == NVMF_TRTYPE_TCP) in nvmet_addr_trtype_store()
431 if (port->disc_addr.trtype == NVMF_TRTYPE_TCP) { in nvmet_addr_tsas_show()
436 } else if (port->disc_addr.trtype == NVMF_TRTYPE_RDMA) { in nvmet_addr_tsas_show()
477 if (port->disc_addr.trtype == NVMF_TRTYPE_RDMA) { in nvmet_addr_tsas_store()
481 } else if (port->disc_addr.trtype == NVMF_TRTYPE_TCP) { in nvmet_addr_tsas_store()
1859 port->disc_addr.trtype = NVMF_TRTYPE_MAX; in nvmet_referral_make()
[all …]
H A Dcore.c323 if (port->disc_addr.trtype == NVMF_TRTYPE_MAX) in nvmet_enable_port()
326 ops = nvmet_transports[port->disc_addr.trtype]; in nvmet_enable_port()
329 request_module("nvmet-transport-%d", port->disc_addr.trtype); in nvmet_enable_port()
331 ops = nvmet_transports[port->disc_addr.trtype]; in nvmet_enable_port()
334 port->disc_addr.trtype); in nvmet_enable_port()
348 port->disc_addr.trtype); in nvmet_enable_port()
399 ops = nvmet_transports[port->disc_addr.trtype]; in nvmet_disable_port()
1635 if (ctrl->port->disc_addr.trtype == NVMF_TRTYPE_LOOP) in nvmet_alloc_ctrl()
H A Dnvmet.h772 return ctrl->port->disc_addr.trtype == NVMF_TRTYPE_PCI; in nvmet_is_pci_ctrl()
H A Dfc.c2873 if ((port->disc_addr.trtype != NVMF_TRTYPE_FC) || in nvmet_fc_add_port()
/linux/include/linux/
H A Dnvme.h1667 __u8 trtype; member