Home
last modified time | relevance | path

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

/linux-6.15/drivers/nvme/target/
H A Dnvmet.h148 struct nvmet_sq { struct
249 struct nvmet_sq **sqs;
421 u16 (*install_queue)(struct nvmet_sq *nvme_sq);
445 struct nvmet_sq *sq;
584 void nvmet_sq_destroy(struct nvmet_sq *sq);
585 int nvmet_sq_init(struct nvmet_sq *sq);
593 struct nvmet_sq *sq;
887 void nvmet_auth_sq_init(struct nvmet_sq *sq);
889 void nvmet_auth_sq_free(struct nvmet_sq *sq);
907 struct nvmet_sq *sq) in nvmet_setup_auth()
[all …]
H A Dcore.c809 struct nvmet_sq *sq = req->sq; in nvmet_req_complete()
823 void nvmet_sq_setup(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, in nvmet_sq_setup()
835 struct nvmet_sq *sq = container_of(ref, struct nvmet_sq, ref); in nvmet_confirm_sq()
893 u16 nvmet_sq_create(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, in nvmet_sq_create()
923 void nvmet_sq_destroy(struct nvmet_sq *sq) in nvmet_sq_destroy()
965 struct nvmet_sq *sq = container_of(ref, struct nvmet_sq, ref); in nvmet_sq_free()
970 int nvmet_sq_init(struct nvmet_sq *sq) in nvmet_sq_init()
1112 struct nvmet_sq *sq, const struct nvmet_fabrics_ops *ops) in nvmet_req_init()
1610 sizeof(struct nvmet_sq *), 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()
561 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.c237 static u32 nvmet_connect_result(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq) in nvmet_connect_result()
H A Dloop.c53 struct nvmet_sq nvme_sq;
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;
2017 struct nvmet_sq *nvme_sq = ctrl->sqs[0]; in nvmet_rdma_host_port_addr()
H A Dfc.c143 struct nvmet_sq nvme_sq;
2907 struct nvmet_sq *sq = ctrl->sqs[0]; in nvmet_fc_host_traddr()
H A Dpci-epf.c81 struct nvmet_sq nvme_sq;