Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dnvmet.h218 const struct nvmet_fabrics_ops *tr_ops;
284 const struct nvmet_fabrics_ops *ops;
411 struct nvmet_fabrics_ops { struct
491 const struct nvmet_fabrics_ops *ops;
569 const struct nvmet_fabrics_ops *ops);
611 const struct nvmet_fabrics_ops *ops;
644 int nvmet_register_transport(const struct nvmet_fabrics_ops *ops);
645 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()
1161 const struct nvmet_fabrics_ops *ops) in nvmet_req_init()
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;
2223 static const struct nvmet_fabrics_ops nvmet_tcp_ops = {
H A Dpci-epf.c1527 static const struct nvmet_fabrics_ops nvmet_pci_epf_fabrics_ops = {