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.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;
565 const struct nvmet_fabrics_ops *ops);
607 const struct nvmet_fabrics_ops *ops;
640 int nvmet_register_transport(const struct nvmet_fabrics_ops *ops);
641 void nvmet_unregister_transport(const struct nvmet_fabrics_ops *ops);
H A Dcore.c24 static const struct nvmet_fabrics_ops *nvmet_transports[NVMF_TRTYPE_MAX];
278 int nvmet_register_transport(const struct nvmet_fabrics_ops *ops) in nvmet_register_transport()
293 void nvmet_unregister_transport(const struct nvmet_fabrics_ops *ops) in nvmet_unregister_transport()
315 const struct nvmet_fabrics_ops *ops; in nvmet_enable_port()
381 const struct nvmet_fabrics_ops *ops; in nvmet_disable_port()
1150 const struct nvmet_fabrics_ops *ops) in nvmet_req_init()
H A Drdma.c179 static const struct nvmet_fabrics_ops nvmet_rdma_ops;
2041 static const struct nvmet_fabrics_ops nvmet_rdma_ops = {
H A Dtcp.c214 static const struct nvmet_fabrics_ops nvmet_tcp_ops;
2211 static const struct nvmet_fabrics_ops nvmet_tcp_ops = {
H A Dfc.c1930 static const struct nvmet_fabrics_ops nvmet_fc_tgt_fcp_ops;
2992 static const struct nvmet_fabrics_ops nvmet_fc_tgt_fcp_ops = {
H A Dpci-epf.c1528 static const struct nvmet_fabrics_ops nvmet_pci_epf_fabrics_ops = {