Symbol: nvmet_sq
drivers/nvme/target/auth.c
133
u8 nvmet_setup_auth(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, bool reset)
drivers/nvme/target/auth.c
230
void nvmet_auth_sq_free(struct nvmet_sq *sq)
drivers/nvme/target/auth.c
472
void nvmet_auth_insert_psk(struct nvmet_sq *sq)
drivers/nvme/target/core.c
1009
struct nvmet_sq *sq = container_of(ref, struct nvmet_sq, ref);
drivers/nvme/target/core.c
1014
int nvmet_sq_init(struct nvmet_sq *sq, struct nvmet_cq *cq)
drivers/nvme/target/core.c
1160
bool nvmet_req_init(struct nvmet_req *req, struct nvmet_sq *sq,
drivers/nvme/target/core.c
1655
ctrl->sqs = kzalloc_objs(struct nvmet_sq *, subsys->max_qid + 1);
drivers/nvme/target/core.c
810
struct nvmet_sq *sq = req->sq;
drivers/nvme/target/core.c
856
void nvmet_sq_setup(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq,
drivers/nvme/target/core.c
868
struct nvmet_sq *sq = container_of(ref, struct nvmet_sq, ref);
drivers/nvme/target/core.c
936
u16 nvmet_sq_create(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq,
drivers/nvme/target/core.c
966
void nvmet_sq_destroy(struct nvmet_sq *sq)
drivers/nvme/target/fabrics-cmd-auth.c
16
struct nvmet_sq *sq = container_of(to_delayed_work(work),
drivers/nvme/target/fabrics-cmd-auth.c
17
struct nvmet_sq, auth_expired_work);
drivers/nvme/target/fabrics-cmd-auth.c
25
void nvmet_auth_sq_init(struct nvmet_sq *sq)
drivers/nvme/target/fabrics-cmd.c
245
static u32 nvmet_connect_result(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq)
drivers/nvme/target/fc.c
143
struct nvmet_sq nvme_sq;
drivers/nvme/target/fc.c
2963
struct nvmet_sq *sq = ctrl->sqs[0];
drivers/nvme/target/loop.c
55
struct nvmet_sq nvme_sq;
drivers/nvme/target/nvmet.h
254
struct nvmet_sq **sqs;
drivers/nvme/target/nvmet.h
426
u16 (*install_queue)(struct nvmet_sq *nvme_sq);
drivers/nvme/target/nvmet.h
450
struct nvmet_sq *sq;
drivers/nvme/target/nvmet.h
568
bool nvmet_req_init(struct nvmet_req *req, struct nvmet_sq *sq,
drivers/nvme/target/nvmet.h
594
void nvmet_sq_setup(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, u16 qid,
drivers/nvme/target/nvmet.h
596
u16 nvmet_sq_create(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq,
drivers/nvme/target/nvmet.h
598
void nvmet_sq_destroy(struct nvmet_sq *sq);
drivers/nvme/target/nvmet.h
599
int nvmet_sq_init(struct nvmet_sq *sq, struct nvmet_cq *cq);
drivers/nvme/target/nvmet.h
607
struct nvmet_sq *sq;
drivers/nvme/target/nvmet.h
891
static inline key_serial_t nvmet_queue_tls_keyid(struct nvmet_sq *sq)
drivers/nvme/target/nvmet.h
895
static inline void nvmet_sq_put_tls_key(struct nvmet_sq *sq)
drivers/nvme/target/nvmet.h
903
static inline key_serial_t nvmet_queue_tls_keyid(struct nvmet_sq *sq) { return 0; }
drivers/nvme/target/nvmet.h
904
static inline void nvmet_sq_put_tls_key(struct nvmet_sq *sq) {}
drivers/nvme/target/nvmet.h
914
u8 nvmet_setup_auth(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, bool reset);
drivers/nvme/target/nvmet.h
915
void nvmet_auth_sq_init(struct nvmet_sq *sq);
drivers/nvme/target/nvmet.h
917
void nvmet_auth_sq_free(struct nvmet_sq *sq);
drivers/nvme/target/nvmet.h
924
static inline bool nvmet_has_auth(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq)
drivers/nvme/target/nvmet.h
932
void nvmet_auth_insert_psk(struct nvmet_sq *sq);
drivers/nvme/target/nvmet.h
935
struct nvmet_sq *sq, bool reset)
drivers/nvme/target/nvmet.h
939
static inline void nvmet_auth_sq_init(struct nvmet_sq *sq)
drivers/nvme/target/nvmet.h
943
static inline void nvmet_auth_sq_free(struct nvmet_sq *sq) {};
drivers/nvme/target/nvmet.h
949
struct nvmet_sq *sq)
drivers/nvme/target/nvmet.h
954
static inline void nvmet_auth_insert_psk(struct nvmet_sq *sq) {};
drivers/nvme/target/pci-epf.c
81
struct nvmet_sq nvme_sq;
drivers/nvme/target/rdma.c
100
struct nvmet_sq nvme_sq;
drivers/nvme/target/rdma.c
2022
struct nvmet_sq *nvme_sq = ctrl->sqs[0];
drivers/nvme/target/tcp.c
153
struct nvmet_sq nvme_sq;
drivers/nvme/target/tcp.c
2173
static u16 nvmet_tcp_install_queue(struct nvmet_sq *sq)
drivers/nvme/target/tcp.c
2221
struct nvmet_sq *sq = ctrl->sqs[0];