Home
last modified time | relevance | path

Searched refs:nvmet_sq (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/drivers/nvme/target/
Dnvmet.h103 struct nvmet_sq { struct
182 struct nvmet_sq **sqs;
337 u16 (*install_queue)(struct nvmet_sq *nvme_sq);
349 struct nvmet_sq *sq;
456 struct nvmet_sq *sq, const struct nvmet_fabrics_ops *ops);
470 void nvmet_sq_setup(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, u16 qid,
472 void nvmet_sq_destroy(struct nvmet_sq *sq);
473 int nvmet_sq_init(struct nvmet_sq *sq);
708 void nvmet_auth_sq_init(struct nvmet_sq *sq);
710 void nvmet_auth_sq_free(struct nvmet_sq *sq);
[all …]
Dcore.c770 void nvmet_sq_setup(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, in nvmet_sq_setup()
782 struct nvmet_sq *sq = container_of(ref, struct nvmet_sq, ref); in nvmet_confirm_sq()
787 void nvmet_sq_destroy(struct nvmet_sq *sq) in nvmet_sq_destroy()
820 struct nvmet_sq *sq = container_of(ref, struct nvmet_sq, ref); in nvmet_sq_free()
825 int nvmet_sq_init(struct nvmet_sq *sq) in nvmet_sq_init()
919 struct nvmet_sq *sq, const struct nvmet_fabrics_ops *ops) in nvmet_req_init()
1420 sizeof(struct nvmet_sq *), in nvmet_alloc_ctrl()
Dfabrics-cmd-auth.c17 struct nvmet_sq *sq = container_of(to_delayed_work(work), in nvmet_auth_expired_work()
18 struct nvmet_sq, auth_expired_work); in nvmet_auth_expired_work()
26 void nvmet_auth_sq_init(struct nvmet_sq *sq) in nvmet_auth_sq_init()
Dauth.c222 void nvmet_auth_sq_free(struct nvmet_sq *sq) in nvmet_auth_sq_free()
Dloop.c53 struct nvmet_sq nvme_sq;
Dtcp.c107 struct nvmet_sq nvme_sq;
1800 static u16 nvmet_tcp_install_queue(struct nvmet_sq *sq) in nvmet_tcp_install_queue()
Drdma.c97 struct nvmet_sq nvme_sq;
Dfc.c141 struct nvmet_sq nvme_sq;