Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
H A Dnvmet.h150 struct nvmet_sq { struct
253 struct nvmet_sq **sqs;
425 u16 (*install_queue)(struct nvmet_sq *nvme_sq);
449 struct nvmet_sq *sq;
565 bool nvmet_req_init(struct nvmet_req *req, struct nvmet_sq *sq,
591 void nvmet_sq_setup(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, u16 qid,
593 u16 nvmet_sq_create(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq,
595 void nvmet_sq_destroy(struct nvmet_sq *sq);
596 int nvmet_sq_init(struct nvmet_sq *sq, struct nvmet_cq *cq);
604 struct nvmet_sq *sq;
[all …]
H A Dcore.c802 struct nvmet_sq *sq = req->sq; in nvmet_req_complete()
848 void nvmet_sq_setup(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, in nvmet_sq_setup()
860 struct nvmet_sq *sq = container_of(ref, struct nvmet_sq, ref); in nvmet_confirm_sq()
928 u16 nvmet_sq_create(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, in nvmet_sq_create()
958 void nvmet_sq_destroy(struct nvmet_sq *sq) in nvmet_sq_destroy()
1001 struct nvmet_sq *sq = container_of(ref, struct nvmet_sq, ref); in nvmet_sq_free()
1006 int nvmet_sq_init(struct nvmet_sq *sq, struct nvmet_cq *cq) in nvmet_sq_init()
1152 bool nvmet_req_init(struct nvmet_req *req, struct nvmet_sq *sq, in nvmet_req_init()
1647 ctrl->sqs = kzalloc_objs(struct nvmet_sq *, subsys->max_qid + 1); in nvmet_alloc_ctrl()
H A Dauth.c143 u8 nvmet_setup_auth(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq) in nvmet_setup_auth()
239 void nvmet_auth_sq_free(struct nvmet_sq *sq) in nvmet_auth_sq_free()
557 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;
2152 static u16 nvmet_tcp_install_queue(struct nvmet_sq *sq) in nvmet_tcp_install_queue()
2200 struct nvmet_sq *sq = ctrl->sqs[0]; in nvmet_tcp_host_port_addr()
H A Dloop.c55 struct nvmet_sq nvme_sq;
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 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;