Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/nvme/target/
H 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()
H A Ddiscovery.c110 e->trtype = port->disc_addr.trtype; in nvmet_format_discovery_entry()
H A Dconfigfs.c288 if (port->disc_addr.trtype == nvmet_transport[i].type) in nvmet_addr_trtype_show()
321 port->disc_addr.trtype = nvmet_transport[i].type; in nvmet_addr_trtype_store()
322 if (port->disc_addr.trtype == NVMF_TRTYPE_RDMA) in nvmet_addr_trtype_store()
H A Dfc.c2847 if ((port->disc_addr.trtype != NVMF_TRTYPE_FC) || in nvmet_fc_add_port()
/OK3568_Linux_fs/kernel/include/linux/
H A Dnvme.h1287 __u8 trtype; member