Symbol: nvmet_sq
drivers/nvme/target/auth.c
143
u8 nvmet_setup_auth(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq)
drivers/nvme/target/auth.c
239
void nvmet_auth_sq_free(struct nvmet_sq *sq)
drivers/nvme/target/auth.c
557
void nvmet_auth_insert_psk(struct nvmet_sq *sq)
drivers/nvme/target/core.c
1001
struct nvmet_sq *sq = container_of(ref, struct nvmet_sq, ref);
drivers/nvme/target/core.c
1006
int nvmet_sq_init(struct nvmet_sq *sq, struct nvmet_cq *cq)
drivers/nvme/target/core.c
1152
bool nvmet_req_init(struct nvmet_req *req, struct nvmet_sq *sq,
drivers/nvme/target/core.c
1647
ctrl->sqs = kzalloc_objs(struct nvmet_sq *, subsys->max_qid + 1);
drivers/nvme/target/core.c
802
struct nvmet_sq *sq = req->sq;
drivers/nvme/target/core.c
848
void nvmet_sq_setup(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq,
drivers/nvme/target/core.c
860
struct nvmet_sq *sq = container_of(ref, struct nvmet_sq, ref);
drivers/nvme/target/core.c
928
u16 nvmet_sq_create(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq,
drivers/nvme/target/core.c
958
void nvmet_sq_destroy(struct nvmet_sq *sq)
drivers/nvme/target/fabrics-cmd-auth.c
17
struct nvmet_sq *sq = container_of(to_delayed_work(work),
drivers/nvme/target/fabrics-cmd-auth.c
18
struct nvmet_sq, auth_expired_work);
drivers/nvme/target/fabrics-cmd-auth.c
26
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
253
struct nvmet_sq **sqs;
drivers/nvme/target/nvmet.h
425
u16 (*install_queue)(struct nvmet_sq *nvme_sq);
drivers/nvme/target/nvmet.h
449
struct nvmet_sq *sq;
drivers/nvme/target/nvmet.h
565
bool nvmet_req_init(struct nvmet_req *req, struct nvmet_sq *sq,
drivers/nvme/target/nvmet.h
591
void nvmet_sq_setup(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq, u16 qid,
drivers/nvme/target/nvmet.h
593
u16 nvmet_sq_create(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq,
drivers/nvme/target/nvmet.h
595
void nvmet_sq_destroy(struct nvmet_sq *sq);
drivers/nvme/target/nvmet.h
596
int nvmet_sq_init(struct nvmet_sq *sq, struct nvmet_cq *cq);
drivers/nvme/target/nvmet.h
604
struct nvmet_sq *sq;
drivers/nvme/target/nvmet.h
876
static inline key_serial_t nvmet_queue_tls_keyid(struct nvmet_sq *sq)
drivers/nvme/target/nvmet.h
880
static inline void nvmet_sq_put_tls_key(struct nvmet_sq *sq)
drivers/nvme/target/nvmet.h
888
static inline key_serial_t nvmet_queue_tls_keyid(struct nvmet_sq *sq) { return 0; }
drivers/nvme/target/nvmet.h
889
static inline void nvmet_sq_put_tls_key(struct nvmet_sq *sq) {}
drivers/nvme/target/nvmet.h
899
u8 nvmet_setup_auth(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq);
drivers/nvme/target/nvmet.h
900
void nvmet_auth_sq_init(struct nvmet_sq *sq);
drivers/nvme/target/nvmet.h
902
void nvmet_auth_sq_free(struct nvmet_sq *sq);
drivers/nvme/target/nvmet.h
909
static inline bool nvmet_has_auth(struct nvmet_ctrl *ctrl, struct nvmet_sq *sq)
drivers/nvme/target/nvmet.h
917
void nvmet_auth_insert_psk(struct nvmet_sq *sq);
drivers/nvme/target/nvmet.h
920
struct nvmet_sq *sq)
drivers/nvme/target/nvmet.h
924
static inline void nvmet_auth_sq_init(struct nvmet_sq *sq)
drivers/nvme/target/nvmet.h
928
static inline void nvmet_auth_sq_free(struct nvmet_sq *sq) {};
drivers/nvme/target/nvmet.h
934
struct nvmet_sq *sq)
drivers/nvme/target/nvmet.h
939
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
2018
struct nvmet_sq *nvme_sq = ctrl->sqs[0];
drivers/nvme/target/tcp.c
153
struct nvmet_sq nvme_sq;
drivers/nvme/target/tcp.c
2152
static u16 nvmet_tcp_install_queue(struct nvmet_sq *sq)
drivers/nvme/target/tcp.c
2200
struct nvmet_sq *sq = ctrl->sqs[0];