Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/nvme/host/
Dfabrics.h157 struct nvmf_transport_ops { struct
186 int nvmf_register_transport(struct nvmf_transport_ops *ops); argument
187 void nvmf_unregister_transport(struct nvmf_transport_ops *ops);
Dfabrics.c484 int nvmf_register_transport(struct nvmf_transport_ops *ops) in nvmf_register_transport()
506 void nvmf_unregister_transport(struct nvmf_transport_ops *ops) in nvmf_unregister_transport()
514 static struct nvmf_transport_ops *nvmf_lookup_transport( in nvmf_lookup_transport()
517 struct nvmf_transport_ops *ops; in nvmf_lookup_transport()
959 struct nvmf_transport_ops *ops; in nvmf_create_ctrl()
Dtcp.c2609 static struct nvmf_transport_ops nvme_tcp_transport = {
Drdma.c2409 static struct nvmf_transport_ops nvme_rdma_transport = {
Dfc.c3741 static struct nvmf_transport_ops nvme_fc_transport = {
/Linux-v5.15/drivers/nvme/target/
Dloop.c696 static struct nvmf_transport_ops nvme_loop_transport = {