Symbol: nvmet_fabrics_ops
drivers/nvme/target/core.c
1161
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
392
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
672
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
284
const struct nvmet_fabrics_ops *ops;
drivers/nvme/target/nvmet.h
491
const struct nvmet_fabrics_ops *ops;
drivers/nvme/target/nvmet.h
569
const struct nvmet_fabrics_ops *ops);
drivers/nvme/target/nvmet.h
611
const struct nvmet_fabrics_ops *ops;
drivers/nvme/target/nvmet.h
644
int nvmet_register_transport(const struct nvmet_fabrics_ops *ops);
drivers/nvme/target/nvmet.h
645
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
2044
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
2231
static const struct nvmet_fabrics_ops nvmet_tcp_ops = {