Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/target/
H A Dcore.c326 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()
379 ops = nvmet_transports[port->disc_addr.trtype]; in nvmet_disable_port()
1412 if (ctrl->port->disc_addr.trtype == NVMF_TRTYPE_LOOP) in nvmet_alloc_ctrl()
H A Ddiscovery.c111 e->trtype = port->disc_addr.trtype; in nvmet_format_discovery_entry()
H A Dconfigfs.c292 if (port->disc_addr.trtype == nvmet_transport[i].type) in nvmet_addr_trtype_show()
326 port->disc_addr.trtype = nvmet_transport[i].type; in nvmet_addr_trtype_store()
327 if (port->disc_addr.trtype == NVMF_TRTYPE_RDMA) in nvmet_addr_trtype_store()
H A Dfc.c2873 if ((port->disc_addr.trtype != NVMF_TRTYPE_FC) || in nvmet_fc_add_port()
/openbmc/linux/include/linux/
H A Dnvme.h1473 __u8 trtype; member