Searched refs:nvmet_sq (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/drivers/nvme/target/ |
| H A D | nvmet.h | 148 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 D | core.c | 809 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 D | auth.c | 143 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 D | fabrics-cmd-auth.c | 17 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 D | fabrics-cmd.c | 237 static u32 nvmet_connect_result(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq) in nvmet_connect_result()
|
| H A D | loop.c | 53 struct nvmet_sq nvme_sq;
|
| H A D | tcp.c | 153 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 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; 2907 struct nvmet_sq *sq = ctrl->sqs[0]; in nvmet_fc_host_traddr()
|
| H A D | pci-epf.c | 81 struct nvmet_sq nvme_sq;
|