Symbol: nvmet_pci_epf_queue
drivers/nvme/target/pci-epf.c
1171
struct nvmet_pci_epf_queue *cq = iod->cq;
drivers/nvme/target/pci-epf.c
1192
static void nvmet_pci_epf_drain_queue(struct nvmet_pci_epf_queue *queue)
drivers/nvme/target/pci-epf.c
1270
struct nvmet_pci_epf_queue *cq = &ctrl->cq[cqid];
drivers/nvme/target/pci-epf.c
131
struct nvmet_pci_epf_queue *sq;
drivers/nvme/target/pci-epf.c
132
struct nvmet_pci_epf_queue *cq;
drivers/nvme/target/pci-epf.c
1351
struct nvmet_pci_epf_queue *cq = &ctrl->cq[cqid];
drivers/nvme/target/pci-epf.c
1370
struct nvmet_pci_epf_queue *sq = &ctrl->sq[sqid];
drivers/nvme/target/pci-epf.c
1371
struct nvmet_pci_epf_queue *cq = &ctrl->cq[cqid];
drivers/nvme/target/pci-epf.c
1422
struct nvmet_pci_epf_queue *sq = &ctrl->sq[sqid];
drivers/nvme/target/pci-epf.c
1547
struct nvmet_pci_epf_queue *queue;
drivers/nvme/target/pci-epf.c
1565
ctrl->sq = kzalloc_objs(struct nvmet_pci_epf_queue, ctrl->nr_queues);
drivers/nvme/target/pci-epf.c
1569
ctrl->cq = kzalloc_objs(struct nvmet_pci_epf_queue, ctrl->nr_queues);
drivers/nvme/target/pci-epf.c
165
struct nvmet_pci_epf_queue *sq;
drivers/nvme/target/pci-epf.c
166
struct nvmet_pci_epf_queue *cq;
drivers/nvme/target/pci-epf.c
1664
struct nvmet_pci_epf_queue *sq)
drivers/nvme/target/pci-epf.c
1708
struct nvmet_pci_epf_queue *sq;
drivers/nvme/target/pci-epf.c
1756
struct nvmet_pci_epf_queue *cq =
drivers/nvme/target/pci-epf.c
1757
container_of(work, struct nvmet_pci_epf_queue, work.work);
drivers/nvme/target/pci-epf.c
594
struct nvmet_pci_epf_queue *cq, bool force)
drivers/nvme/target/pci-epf.c
619
struct nvmet_pci_epf_queue *cq, bool force)
drivers/nvme/target/pci-epf.c
675
nvmet_pci_epf_alloc_iod(struct nvmet_pci_epf_queue *sq)