Home
last modified time | relevance | path

Searched refs:nvmf_transport_ops (Results 1 – 6 of 6) sorted by relevance

/linux-5.19.10/drivers/nvme/host/
Dfabrics.h158 struct nvmf_transport_ops { struct
203 int nvmf_register_transport(struct nvmf_transport_ops *ops);
204 void nvmf_unregister_transport(struct nvmf_transport_ops *ops);
Dfabrics.c483 int nvmf_register_transport(struct nvmf_transport_ops *ops) in nvmf_register_transport()
505 void nvmf_unregister_transport(struct nvmf_transport_ops *ops) in nvmf_unregister_transport()
513 static struct nvmf_transport_ops *nvmf_lookup_transport( in nvmf_lookup_transport()
516 struct nvmf_transport_ops *ops; in nvmf_lookup_transport()
965 struct nvmf_transport_ops *ops; in nvmf_create_ctrl()
Drdma.c2440 static struct nvmf_transport_ops nvme_rdma_transport = {
Dtcp.c2686 static struct nvmf_transport_ops nvme_tcp_transport = {
Dfc.c3781 static struct nvmf_transport_ops nvme_fc_transport = {
/linux-5.19.10/drivers/nvme/target/
Dloop.c696 static struct nvmf_transport_ops nvme_loop_transport = {