Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dnvmet.h153 struct nvmet_sq { struct
257 struct nvmet_sq **sqs;
430 u16 (*install_queue)(struct nvmet_sq *nvme_sq);
454 struct nvmet_sq *sq;
572 bool nvmet_req_init(struct nvmet_req *req, struct nvmet_sq *sq,
598 void nvmet_sq_setup(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, u16 qid,
600 u16 nvmet_sq_create(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq,
602 void nvmet_sq_destroy(struct nvmet_sq *sq);
603 int nvmet_sq_init(struct nvmet_sq *sq, struct nvmet_cq *cq);
611 struct nvmet_sq *sq;
[all …]
H A Dcore.c813 struct nvmet_sq *sq = req->sq; in nvmet_req_complete()
859 void nvmet_sq_setup(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, in nvmet_sq_setup()
871 struct nvmet_sq *sq = container_of(ref, struct nvmet_sq, ref); in nvmet_confirm_sq()
939 u16 nvmet_sq_create(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, in nvmet_sq_create()
969 void nvmet_sq_destroy(struct nvmet_sq *sq) in nvmet_sq_destroy()
1012 struct nvmet_sq *sq = container_of(ref, struct nvmet_sq, ref); in nvmet_sq_free()
1017 int nvmet_sq_init(struct nvmet_sq *sq, struct nvmet_cq *cq) in nvmet_sq_init()
1163 bool nvmet_req_init(struct nvmet_req *req, struct nvmet_sq *sq, in nvmet_req_init()
1676 ctrl->sqs = kzalloc_objs(struct nvmet_sq *, ctrl->max_qid + 1); in nvmet_alloc_ctrl()
H A Dauth.c133 u8 nvmet_setup_auth(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, bool reset) in nvmet_setup_auth()
230 void nvmet_auth_sq_free(struct nvmet_sq *sq) in nvmet_auth_sq_free()
472 void nvmet_auth_insert_psk(struct nvmet_sq *sq) in nvmet_auth_insert_psk()
H A 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()
H A Dfabrics-cmd.c245 static u32 nvmet_connect_result(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq) in nvmet_connect_result()
H A Dtcp.c153 struct nvmet_sq nvme_sq;
2188 static u16 nvmet_tcp_install_queue(struct nvmet_sq *sq) in nvmet_tcp_install_queue()
2236 struct nvmet_sq *sq = ctrl->sqs[0]; in nvmet_tcp_host_port_addr()
H A Dfc.c143 struct nvmet_sq nvme_sq;
2963 struct nvmet_sq *sq = ctrl->sqs[0]; in nvmet_fc_host_traddr()
H A Dpci-epf.c81 struct nvmet_sq nvme_sq;