Searched refs:nvmet_sq (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/nvme/target/ |
H A D | nvmet.h | 148 struct nvmet_sq { struct 246 struct nvmet_sq **sqs; 414 u16 (*install_queue)(struct nvmet_sq *nvme_sq); 438 struct nvmet_sq *sq; 554 struct nvmet_sq *sq, const struct nvmet_fabrics_ops *ops); 573 void nvmet_sq_setup(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, u16 qid, 575 u16 nvmet_sq_create(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, u16 qid, 577 void nvmet_sq_destroy(struct nvmet_sq *sq); 578 int nvmet_sq_init(struct nvmet_sq *sq); 863 void nvmet_auth_sq_init(struct nvmet_sq *sq); [all …]
|
H A D | core.c | 806 struct nvmet_sq *sq = req->sq; in nvmet_req_complete() 820 void nvmet_sq_setup(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, in nvmet_sq_setup() 832 struct nvmet_sq *sq = container_of(ref, struct nvmet_sq, ref); in nvmet_confirm_sq() 890 u16 nvmet_sq_create(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, in nvmet_sq_create() 920 void nvmet_sq_destroy(struct nvmet_sq *sq) in nvmet_sq_destroy() 962 struct nvmet_sq *sq = container_of(ref, struct nvmet_sq, ref); in nvmet_sq_free() 967 int nvmet_sq_init(struct nvmet_sq *sq) in nvmet_sq_init() 1109 struct nvmet_sq *sq, const struct nvmet_fabrics_ops *ops) in nvmet_req_init() 1607 sizeof(struct nvmet_sq *), in nvmet_alloc_ctrl()
|
H A D | auth.c | 233 void nvmet_auth_sq_free(struct nvmet_sq *sq) in nvmet_auth_sq_free()
|
H A D | tcp.c | 154 struct nvmet_sq nvme_sq; 2134 static u16 nvmet_tcp_install_queue(struct nvmet_sq *sq) in nvmet_tcp_install_queue() 2182 struct nvmet_sq *sq = ctrl->sqs[0]; in nvmet_tcp_host_port_addr()
|
H A D | loop.c | 53 struct nvmet_sq nvme_sq;
|
H A D | rdma.c | 100 struct nvmet_sq nvme_sq; 2017 struct nvmet_sq *nvme_sq = ctrl->sqs[0]; in nvmet_rdma_host_port_addr()
|
H A D | fc.c | 143 struct nvmet_sq nvme_sq; 2941 struct nvmet_sq *sq = ctrl->sqs[0]; in nvmet_fc_host_traddr()
|
H A D | pci-epf.c | 82 struct nvmet_sq nvme_sq;
|