Home
last modified time | relevance | path

Searched refs:nvmet_fabrics_ops (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/nvme/target/
H A Dnvmet.h217 const struct nvmet_fabrics_ops *tr_ops;
283 const struct nvmet_fabrics_ops *ops;
410 struct nvmet_fabrics_ops { struct
490 const struct nvmet_fabrics_ops *ops;
566 const struct nvmet_fabrics_ops *ops);
608 const struct nvmet_fabrics_ops *ops;
641 int nvmet_register_transport(const struct nvmet_fabrics_ops *ops);
642 void nvmet_unregister_transport(const struct nvmet_fabrics_ops *ops);
H A Dcore.c25 static const struct nvmet_fabrics_ops *nvmet_transports[NVMF_TRTYPE_MAX];
281 int nvmet_register_transport(const struct nvmet_fabrics_ops *ops) in nvmet_register_transport()
296 void nvmet_unregister_transport(const struct nvmet_fabrics_ops *ops) in nvmet_unregister_transport()
318 const struct nvmet_fabrics_ops *ops; in nvmet_enable_port()
384 const struct nvmet_fabrics_ops *ops; in nvmet_disable_port()
1153 const struct nvmet_fabrics_ops *ops) in nvmet_req_init()
H A Dloop.c69 static const struct nvmet_fabrics_ops nvme_loop_ops;
673 static const struct nvmet_fabrics_ops nvme_loop_ops = {
H A Drdma.c179 static const struct nvmet_fabrics_ops nvmet_rdma_ops;
2040 static const struct nvmet_fabrics_ops nvmet_rdma_ops = {
H A Dtcp.c214 static const struct nvmet_fabrics_ops nvmet_tcp_ops;
2210 static const struct nvmet_fabrics_ops nvmet_tcp_ops = {
H A Dfc.c1929 static const struct nvmet_fabrics_ops nvmet_fc_tgt_fcp_ops;
2991 static const struct nvmet_fabrics_ops nvmet_fc_tgt_fcp_ops = {
H A Dpci-epf.c1527 static const struct nvmet_fabrics_ops nvmet_pci_epf_fabrics_ops = {