Home
last modified time | relevance | path

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

/linux/drivers/nvme/target/
A Dnvmet.h105 struct nvmet_sq { struct
196 struct nvmet_sq **sqs;
359 u16 (*install_queue)(struct nvmet_sq *nvme_sq);
371 struct nvmet_sq *sq;
478 struct nvmet_sq *sq, const struct nvmet_fabrics_ops *ops);
494 void nvmet_sq_destroy(struct nvmet_sq *sq);
495 int nvmet_sq_init(struct nvmet_sq *sq);
726 void nvmet_auth_sq_init(struct nvmet_sq *sq);
728 void nvmet_auth_sq_free(struct nvmet_sq *sq);
748 static inline void nvmet_auth_sq_init(struct nvmet_sq *sq) in nvmet_auth_sq_init()
[all …]
A Dcore.c775 struct nvmet_sq *sq = req->sq; in nvmet_req_complete()
789 void nvmet_sq_setup(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, in nvmet_sq_setup()
801 struct nvmet_sq *sq = container_of(ref, struct nvmet_sq, ref); in nvmet_confirm_sq()
806 void nvmet_sq_destroy(struct nvmet_sq *sq) in nvmet_sq_destroy()
848 struct nvmet_sq *sq = container_of(ref, struct nvmet_sq, ref); in nvmet_sq_free()
853 int nvmet_sq_init(struct nvmet_sq *sq) in nvmet_sq_init()
947 struct nvmet_sq *sq, const struct nvmet_fabrics_ops *ops) in nvmet_req_init()
1451 sizeof(struct nvmet_sq *), in nvmet_alloc_ctrl()
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()
A Dauth.c233 void nvmet_auth_sq_free(struct nvmet_sq *sq) in nvmet_auth_sq_free()
A Dtcp.c154 struct nvmet_sq nvme_sq;
2127 static u16 nvmet_tcp_install_queue(struct nvmet_sq *sq) in nvmet_tcp_install_queue()
2175 struct nvmet_sq *sq = ctrl->sqs[0]; in nvmet_tcp_host_port_addr()
A Dloop.c53 struct nvmet_sq nvme_sq;
A Drdma.c100 struct nvmet_sq nvme_sq;
2004 struct nvmet_sq *nvme_sq = ctrl->sqs[0]; in nvmet_rdma_host_port_addr()
A Dfc.c143 struct nvmet_sq nvme_sq;
2941 struct nvmet_sq *sq = ctrl->sqs[0]; in nvmet_fc_host_traddr()

Completed in 29 milliseconds