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.h150 struct nvmet_sq { struct
254 struct nvmet_sq **sqs;
426 u16 (*install_queue)(struct nvmet_sq *nvme_sq);
450 struct nvmet_sq *sq;
568 bool nvmet_req_init(struct nvmet_req *req, struct nvmet_sq *sq,
594 void nvmet_sq_setup(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, u16 qid,
596 u16 nvmet_sq_create(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq,
598 void nvmet_sq_destroy(struct nvmet_sq *sq);
599 int nvmet_sq_init(struct nvmet_sq *sq, struct nvmet_cq *cq);
607 struct nvmet_sq *sq;
[all …]
H A Dcore.c810 struct nvmet_sq *sq = req->sq; in nvmet_req_complete()
856 void nvmet_sq_setup(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, in nvmet_sq_setup()
868 struct nvmet_sq *sq = container_of(ref, struct nvmet_sq, ref); in nvmet_confirm_sq()
936 u16 nvmet_sq_create(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, in nvmet_sq_create()
966 void nvmet_sq_destroy(struct nvmet_sq *sq) in nvmet_sq_destroy()
1009 struct nvmet_sq *sq = container_of(ref, struct nvmet_sq, ref); in nvmet_sq_free()
1014 int nvmet_sq_init(struct nvmet_sq *sq, struct nvmet_cq *cq) in nvmet_sq_init()
1160 bool nvmet_req_init(struct nvmet_req *req, struct nvmet_sq *sq, in nvmet_req_init()
1655 ctrl->sqs = kzalloc_objs(struct nvmet_sq *, subsys->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()
229 void nvmet_auth_sq_free(struct nvmet_sq *sq) in nvmet_auth_sq_free()
469 void nvmet_auth_insert_psk(struct nvmet_sq *sq) in nvmet_auth_insert_psk()
H A Dfabrics-cmd-auth.c16 struct nvmet_sq *sq = container_of(to_delayed_work(work), in nvmet_auth_expired_work()
17 struct nvmet_sq, auth_expired_work); in nvmet_auth_expired_work()
25 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;
2163 static u16 nvmet_tcp_install_queue(struct nvmet_sq *sq) in nvmet_tcp_install_queue()
2211 struct nvmet_sq *sq = ctrl->sqs[0]; in nvmet_tcp_host_port_addr()
H A Drdma.c100 struct nvmet_sq nvme_sq;
2018 struct nvmet_sq *nvme_sq = ctrl->sqs[0]; in nvmet_rdma_host_port_addr()
H A Dpci-epf.c81 struct nvmet_sq nvme_sq;