Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
A Ddiscovery.c111 e->trtype = port->disc_addr.trtype; in nvmet_format_discovery_entry()
A Dcore.c320 ops = nvmet_transports[port->disc_addr.trtype]; in nvmet_enable_port()
323 request_module("nvmet-transport-%d", port->disc_addr.trtype); in nvmet_enable_port()
325 ops = nvmet_transports[port->disc_addr.trtype]; in nvmet_enable_port()
328 port->disc_addr.trtype); in nvmet_enable_port()
342 port->disc_addr.trtype); in nvmet_enable_port()
373 ops = nvmet_transports[port->disc_addr.trtype]; in nvmet_disable_port()
A Dconfigfs.c286 if (port->disc_addr.trtype == nvmet_transport[i].type) in nvmet_addr_trtype_show()
319 port->disc_addr.trtype = nvmet_transport[i].type; in nvmet_addr_trtype_store()
320 if (port->disc_addr.trtype == NVMF_TRTYPE_RDMA) in nvmet_addr_trtype_store()
A Dfc.c2858 if ((port->disc_addr.trtype != NVMF_TRTYPE_FC) || in nvmet_fc_add_port()
/linux/include/linux/
A Dnvme.h1329 __u8 trtype; member

Completed in 30 milliseconds