Home
last modified time | relevance | path

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

/drivers/nvme/host/
Dfabrics.h117 struct nvmf_transport_ops { struct
131 void nvmf_register_transport(struct nvmf_transport_ops *ops); argument
132 void nvmf_unregister_transport(struct nvmf_transport_ops *ops);
Dfabrics.c483 void nvmf_register_transport(struct nvmf_transport_ops *ops) in nvmf_register_transport()
500 void nvmf_unregister_transport(struct nvmf_transport_ops *ops) in nvmf_unregister_transport()
508 static struct nvmf_transport_ops *nvmf_lookup_transport( in nvmf_lookup_transport()
511 struct nvmf_transport_ops *ops; in nvmf_lookup_transport()
777 struct nvmf_transport_ops *ops; in nvmf_create_ctrl()
Drdma.c1998 static struct nvmf_transport_ops nvme_rdma_transport = {
/drivers/nvme/target/
Dloop.c727 static struct nvmf_transport_ops nvme_loop_transport = {