Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/nvme/host/
Dfabrics.h131 struct nvmf_transport_ops { struct
160 int nvmf_register_transport(struct nvmf_transport_ops *ops); argument
161 void nvmf_unregister_transport(struct nvmf_transport_ops *ops);
Dfabrics.c494 int nvmf_register_transport(struct nvmf_transport_ops *ops) in nvmf_register_transport()
516 void nvmf_unregister_transport(struct nvmf_transport_ops *ops) in nvmf_unregister_transport()
524 static struct nvmf_transport_ops *nvmf_lookup_transport( in nvmf_lookup_transport()
527 struct nvmf_transport_ops *ops; in nvmf_lookup_transport()
909 struct nvmf_transport_ops *ops; in nvmf_create_ctrl()
Drdma.c2021 static struct nvmf_transport_ops nvme_rdma_transport = {
Dfc.c3249 static struct nvmf_transport_ops nvme_fc_transport = {
/Linux-v4.19/drivers/nvme/target/
Dloop.c692 static struct nvmf_transport_ops nvme_loop_transport = {