Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvme/target/
H A Dnvmet.h213 const struct nvmet_fabrics_ops *tr_ops;
278 const struct nvmet_fabrics_ops *ops;
406 struct nvmet_fabrics_ops { struct
486 const struct nvmet_fabrics_ops *ops;
561 struct nvmet_sq *sq, const struct nvmet_fabrics_ops *ops);
597 const struct nvmet_fabrics_ops *ops;
630 int nvmet_register_transport(const struct nvmet_fabrics_ops *ops);
631 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];
285 int nvmet_register_transport(const struct nvmet_fabrics_ops *ops) in nvmet_register_transport()
300 void nvmet_unregister_transport(const struct nvmet_fabrics_ops *ops) in nvmet_unregister_transport()
322 const struct nvmet_fabrics_ops *ops; in nvmet_enable_port()
388 const struct nvmet_fabrics_ops *ops; in nvmet_disable_port()
1112 struct nvmet_sq *sq, const struct nvmet_fabrics_ops *ops) in nvmet_req_init()
H A Dloop.c67 static const struct nvmet_fabrics_ops nvme_loop_ops;
662 static const struct nvmet_fabrics_ops nvme_loop_ops = {
H A Drdma.c179 static const struct nvmet_fabrics_ops nvmet_rdma_ops;
2039 static const struct nvmet_fabrics_ops nvmet_rdma_ops = {
H A Dtcp.c216 static const struct nvmet_fabrics_ops nvmet_tcp_ops;
2221 static const struct nvmet_fabrics_ops nvmet_tcp_ops = {
H A Dfc.c1897 static const struct nvmet_fabrics_ops nvmet_fc_tgt_fcp_ops;
2935 static const struct nvmet_fabrics_ops nvmet_fc_tgt_fcp_ops = {
H A Dpci-epf.c1520 static const struct nvmet_fabrics_ops nvmet_pci_epf_fabrics_ops = {