Symbol: nvmet_fabrics_ops
drivers/nvme/target/core.c
1153
const struct nvmet_fabrics_ops *ops)
drivers/nvme/target/core.c
25
static const struct nvmet_fabrics_ops *nvmet_transports[NVMF_TRTYPE_MAX];
drivers/nvme/target/core.c
281
int nvmet_register_transport(const struct nvmet_fabrics_ops *ops)
drivers/nvme/target/core.c
296
void nvmet_unregister_transport(const struct nvmet_fabrics_ops *ops)
drivers/nvme/target/core.c
318
const struct nvmet_fabrics_ops *ops;
drivers/nvme/target/core.c
384
const struct nvmet_fabrics_ops *ops;
drivers/nvme/target/fc.c
1929
static const struct nvmet_fabrics_ops nvmet_fc_tgt_fcp_ops;
drivers/nvme/target/fc.c
2991
static const struct nvmet_fabrics_ops nvmet_fc_tgt_fcp_ops = {
drivers/nvme/target/loop.c
673
static const struct nvmet_fabrics_ops nvme_loop_ops = {
drivers/nvme/target/loop.c
69
static const struct nvmet_fabrics_ops nvme_loop_ops;
drivers/nvme/target/nvmet.h
217
const struct nvmet_fabrics_ops *tr_ops;
drivers/nvme/target/nvmet.h
283
const struct nvmet_fabrics_ops *ops;
drivers/nvme/target/nvmet.h
490
const struct nvmet_fabrics_ops *ops;
drivers/nvme/target/nvmet.h
566
const struct nvmet_fabrics_ops *ops);
drivers/nvme/target/nvmet.h
608
const struct nvmet_fabrics_ops *ops;
drivers/nvme/target/nvmet.h
641
int nvmet_register_transport(const struct nvmet_fabrics_ops *ops);
drivers/nvme/target/nvmet.h
642
void nvmet_unregister_transport(const struct nvmet_fabrics_ops *ops);
drivers/nvme/target/pci-epf.c
1527
static const struct nvmet_fabrics_ops nvmet_pci_epf_fabrics_ops = {
drivers/nvme/target/rdma.c
179
static const struct nvmet_fabrics_ops nvmet_rdma_ops;
drivers/nvme/target/rdma.c
2040
static const struct nvmet_fabrics_ops nvmet_rdma_ops = {
drivers/nvme/target/tcp.c
214
static const struct nvmet_fabrics_ops nvmet_tcp_ops;
drivers/nvme/target/tcp.c
2210
static const struct nvmet_fabrics_ops nvmet_tcp_ops = {