Searched refs:nvmf_transport_ops (Results 1 – 6 of 6) sorted by relevance
146 * struct nvmf_transport_ops - used to register a specific166 * 3. struct nvmf_transport_ops must be statically allocated in the170 struct nvmf_transport_ops { struct 226 int nvmf_register_transport(struct nvmf_transport_ops *ops);227 void nvmf_unregister_transport(struct nvmf_transport_ops *ops);171 entrynvmf_transport_ops global() argument 172 modulenvmf_transport_ops global() argument 173 namenvmf_transport_ops global() argument 174 required_optsnvmf_transport_ops global() argument 175 allowed_optsnvmf_transport_ops global() argument 176 create_ctrlnvmf_transport_ops global() argument
615 int nvmf_register_transport(struct nvmf_transport_ops *ops) in nvmf_register_transport() 637 void nvmf_unregister_transport(struct nvmf_transport_ops *ops) in nvmf_unregister_transport() 645 static struct nvmf_transport_ops *nvmf_lookup_transport( in nvmf_lookup_transport() 648 struct nvmf_transport_ops *ops; in nvmf_lookup_transport() 1311 struct nvmf_transport_ops *ops; in nvmf_create_ctrl()
2351 static struct nvmf_transport_ops nvme_rdma_transport = {
3006 static struct nvmf_transport_ops nvme_tcp_transport = {
3715 static struct nvmf_transport_ops nvme_fc_transport = {
682 static struct nvmf_transport_ops nvme_loop_transport = {