Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dnvmet.h220 const struct nvmet_fabrics_ops *tr_ops;
288 const struct nvmet_fabrics_ops *ops;
415 struct nvmet_fabrics_ops { struct
495 const struct nvmet_fabrics_ops *ops;
573 const struct nvmet_fabrics_ops *ops);
615 const struct nvmet_fabrics_ops *ops;
648 int nvmet_register_transport(const struct nvmet_fabrics_ops *ops);
649 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()
392 const struct nvmet_fabrics_ops *ops; in nvmet_disable_port()
1169 const struct nvmet_fabrics_ops *ops) in nvmet_req_init()
H A Drdma.c179 static const struct nvmet_fabrics_ops nvmet_rdma_ops;
2072 static const struct nvmet_fabrics_ops nvmet_rdma_ops = {
H A Dtcp.c215 static const struct nvmet_fabrics_ops nvmet_tcp_ops;
2256 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.c1505 static const struct nvmet_fabrics_ops nvmet_pci_epf_fabrics_ops = {