Home
last modified time | relevance | path

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

/openbmc/linux/drivers/nvme/host/
H A Dfabrics.h158 struct nvmf_transport_ops { struct
211 int nvmf_register_transport(struct nvmf_transport_ops *ops);
212 void nvmf_unregister_transport(struct nvmf_transport_ops *ops);
H A Dfabrics.c580 int nvmf_register_transport(struct nvmf_transport_ops *ops) in nvmf_register_transport()
602 void nvmf_unregister_transport(struct nvmf_transport_ops *ops) in nvmf_unregister_transport()
610 static struct nvmf_transport_ops *nvmf_lookup_transport( in nvmf_lookup_transport()
613 struct nvmf_transport_ops *ops; in nvmf_lookup_transport()
1185 struct nvmf_transport_ops *ops; in nvmf_create_ctrl()
H A Drdma.c2315 static struct nvmf_transport_ops nvme_rdma_transport = {
H A Dtcp.c2624 static struct nvmf_transport_ops nvme_tcp_transport = {
H A Dfc.c3731 static struct nvmf_transport_ops nvme_fc_transport = {
/openbmc/linux/drivers/nvme/target/
H A Dloop.c660 static struct nvmf_transport_ops nvme_loop_transport = {