Searched refs:nvmet_sq (Results 1 – 8 of 8) sorted by relevance
/Linux-v6.1/drivers/nvme/target/ |
D | nvmet.h | 104 struct nvmet_sq { struct 183 struct nvmet_sq **sqs; 338 u16 (*install_queue)(struct nvmet_sq *nvme_sq); 350 struct nvmet_sq *sq; 455 struct nvmet_sq *sq, const struct nvmet_fabrics_ops *ops); 469 void nvmet_sq_setup(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, u16 qid, 471 void nvmet_sq_destroy(struct nvmet_sq *sq); 472 int nvmet_sq_init(struct nvmet_sq *sq); 707 void nvmet_auth_sq_init(struct nvmet_sq *sq); 709 void nvmet_auth_sq_free(struct nvmet_sq *sq); [all …]
|
D | core.c | 769 void nvmet_sq_setup(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, in nvmet_sq_setup() 781 struct nvmet_sq *sq = container_of(ref, struct nvmet_sq, ref); in nvmet_confirm_sq() 786 void nvmet_sq_destroy(struct nvmet_sq *sq) in nvmet_sq_destroy() 819 struct nvmet_sq *sq = container_of(ref, struct nvmet_sq, ref); in nvmet_sq_free() 824 int nvmet_sq_init(struct nvmet_sq *sq) in nvmet_sq_init() 918 struct nvmet_sq *sq, const struct nvmet_fabrics_ops *ops) in nvmet_req_init() 1419 sizeof(struct nvmet_sq *), in nvmet_alloc_ctrl()
|
D | fabrics-cmd-auth.c | 17 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()
|
D | auth.c | 222 void nvmet_auth_sq_free(struct nvmet_sq *sq) in nvmet_auth_sq_free()
|
D | loop.c | 53 struct nvmet_sq nvme_sq;
|
D | tcp.c | 107 struct nvmet_sq nvme_sq; 1800 static u16 nvmet_tcp_install_queue(struct nvmet_sq *sq) in nvmet_tcp_install_queue()
|
D | rdma.c | 97 struct nvmet_sq nvme_sq;
|
D | fc.c | 141 struct nvmet_sq nvme_sq;
|