Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/nvme/host/
Dfabrics.h165 struct nvmf_transport_ops { struct
210 int nvmf_register_transport(struct nvmf_transport_ops *ops);
211 void nvmf_unregister_transport(struct nvmf_transport_ops *ops);
Dfabrics.c527 int nvmf_register_transport(struct nvmf_transport_ops *ops) in nvmf_register_transport()
549 void nvmf_unregister_transport(struct nvmf_transport_ops *ops) in nvmf_unregister_transport()
557 static struct nvmf_transport_ops *nvmf_lookup_transport( in nvmf_lookup_transport()
560 struct nvmf_transport_ops *ops; in nvmf_lookup_transport()
1055 struct nvmf_transport_ops *ops; in nvmf_create_ctrl()
Drdma.c2386 static struct nvmf_transport_ops nvme_rdma_transport = {
Dtcp.c2661 static struct nvmf_transport_ops nvme_tcp_transport = {
Dfc.c3715 static struct nvmf_transport_ops nvme_fc_transport = {
/Linux-v6.1/drivers/nvme/target/
Dloop.c647 static struct nvmf_transport_ops nvme_loop_transport = {