Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/nvme/target/
Dnvmet.h164 const struct nvmet_fabrics_ops *tr_ops;
210 const struct nvmet_fabrics_ops *ops;
327 struct nvmet_fabrics_ops { struct
390 const struct nvmet_fabrics_ops *ops;
459 struct nvmet_sq *sq, const struct nvmet_fabrics_ops *ops);
505 int nvmet_register_transport(const struct nvmet_fabrics_ops *ops);
506 void nvmet_unregister_transport(const struct nvmet_fabrics_ops *ops);
Dcore.c23 static const struct nvmet_fabrics_ops *nvmet_transports[NVMF_TRTYPE_MAX];
284 int nvmet_register_transport(const struct nvmet_fabrics_ops *ops) in nvmet_register_transport()
299 void nvmet_unregister_transport(const struct nvmet_fabrics_ops *ops) in nvmet_unregister_transport()
321 const struct nvmet_fabrics_ops *ops; in nvmet_enable_port()
372 const struct nvmet_fabrics_ops *ops; in nvmet_disable_port()
922 struct nvmet_sq *sq, const struct nvmet_fabrics_ops *ops) in nvmet_req_init()
Dloop.c67 static const struct nvmet_fabrics_ops nvme_loop_ops;
638 static const struct nvmet_fabrics_ops nvme_loop_ops = {
Dtcp.c193 static const struct nvmet_fabrics_ops nvmet_tcp_ops;
1885 static const struct nvmet_fabrics_ops nvmet_tcp_ops = {
Drdma.c176 static const struct nvmet_fabrics_ops nvmet_rdma_ops;
2008 static const struct nvmet_fabrics_ops nvmet_rdma_ops = {
Dfc.c1927 static const struct nvmet_fabrics_ops nvmet_fc_tgt_fcp_ops;
2933 static const struct nvmet_fabrics_ops nvmet_fc_tgt_fcp_ops = {